Pre-release — contact your Fortary account team for access.
https://customer-api.fortary.io. Every path begins with the version segment /v1, every response uses the stable identifiers and data formats described below, and every list is cursor-paginated.
Authentication
Send your API key as a bearer token in theAuthorization header:
vault:read in v1).
Conventions
The same rules apply across every endpoint — learn them once and you can read any response:- Authorization & status codes — how access is decided, and what
401,403, and404mean. - Identifiers & data formats — opaque vault IDs, friendly network names, structured asset IDs, string amounts, and
Z-suffixed timestamps. - Pagination — how to page through lists with
nextCursor. - Errors — the error envelope and how to handle failures.
- Rate limiting — per-credential limits and the
X-RateLimit-*headers.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/vaults | List the vaults the credential can access |
GET | /v1/vaults/{vaultId} | Retrieve a single vault |
GET | /v1/vaults/{vaultId}/balances | List a vault’s asset balances |
GET | /v1/vaults/{vaultId}/transactions | List a vault’s transaction history |
GET | /v1/vaults/{vaultId}/addresses | List a vault’s deposit addresses |
GET | /v1/networks | List the networks available to your organization |
GET | /v1/assets | List the assets Fortary supports |

