Pre-release — contact your Fortary account team for access.
Versioning
The API is versioned in the URL path (/v1, and a future /v2). There is a single global version across the whole API — not a separate version per resource — and no header- or date-based versioning.
Additive changes don’t bump the version
The following are made within the current version, and your integration must tolerate them:- adding new endpoints
- adding new optional fields to a response
- accepting new optional request parameters or new values in an input enum
Breaking changes ship in a new version
A new version (/v2, …) is introduced only for changes that could break an existing integration, such as:
- removing or renaming a field
- changing a field’s type
- removing a previously accepted input value
- changing default behavior or tightening validation
Deprecation policy
When a version is scheduled for retirement, responses from it carry two standard headers:| Header | Meaning |
|---|---|
Deprecation | Indicates the version is deprecated. |
Sunset | An HTTP-date marking when the version will stop responding. |
Changelog
The API is in pre-release; the contract described in these docs is the initial
v1. Changes will be recorded here as they ship.v1 — pre-release
- Initial pre-release of the read-only v1 API: vaults, balances, transactions, addresses, networks, and assets.

