Endpoint reference
This is the text reference for the v2 API, generated from the OpenAPI specification. To try calls interactively, use the API Reference.
| Section | Endpoints |
|---|---|
| Account | GET /v2/account |
| Assets | GET /v2/assets · GET /v2/assets/{assetSymbol} |
| Balances | GET /v2/balances · GET /v2/balances/{assetSymbol}/history |
| Contacts | GET /v2/contacts · GET /v2/contacts/{contactId} · PATCH /v2/contacts/{contactId} |
| Deposits | GET /v2/deposits · GET /v2/deposits/{id} |
| Ledger | GET /v2/ledger · GET /v2/ledger/{id} |
| Markets | GET /v2/markets · GET /v2/markets/{market} · GET /v2/markets/{market}/price |
| Orders | GET /v2/fills · GET /v2/orders · POST /v2/orders · GET /v2/orders/{id} · GET /v2/orders/{id}/fills · POST /v2/quotes |
| System | GET /v2/health · GET /v2/time |
| Webhooks | GET /v2/.well-known/webhook-jwks.json |
| Withdrawals | GET /v2/withdrawals · POST /v2/withdrawals · GET /v2/withdrawals/{id} |
See also: Pagination · Errors · Ids and correlation.