The Custody API exposes 27 endpoints for managing tenants, vault accounts, wallets, transactions, assets, and webhooks on the Quantum Chain network.Documentation Index
Fetch the complete documentation index at: https://docs.quantumapi.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
api.qustody.io. The companion dashboard is at app.qustody.io. For local development, point baseUrl at your own deployment — see Configure a development network.
Authentication
All endpoints except/healthz and /readyz require a Bearer API key:
Request format
- Content-Type:
application/json - All request bodies are JSON objects
- Path parameters use
{id}notation - Query parameters support pagination via
pageandpage_size
Response format
Successful responses return the resource directly:Error format
Errors include a numeric code and human-readable message:Error code ranges
| Range | Category |
|---|---|
1000–1099 | Authentication and authorization |
1100–1199 | Validation and request errors |
1200–1299 | Policy violations |
1300–1399 | Transaction errors |
1400–1499 | Webhook errors |
1500–1599 | Asset errors |
1600–1699 | Internal errors |
OpenAPI specification
The complete API is defined in an OpenAPI 3.1.0 specification. All endpoint pages below are auto-generated from this spec.OpenAPI Specification
View the source OpenAPI specification