Documentation
API
Authentication, conventions and the full endpoint reference.
Conventions
- Success and failure have distinct shapes: { data, meta } or { error, meta }.
- Every response carries meta.requestId and an x-request-id header for log correlation.
- Base-unit token amounts are decimal strings, never numbers — they exceed Int64 at 18 decimals.
- Timestamps are RFC-3339 in UTC.
- Pagination uses limit and offset, and responses carry a pagination object with hasMore.
The complete endpoint reference, error catalogue and webhook signature verification code live on the API reference page.