Skip to main content

Success envelope

Every successful call returns HTTP 200 with this structure:
Throughout the API Reference, response examples show the decrypted contents of data so you can see the actual payload shape. On the wire, data is always an encrypted base64 string.

Error envelope

Errors return the status and message with no data field:
Permission failures use a slightly different shape:
See the Error Reference for the full list.

Pagination

List endpoints such as Get Transactions return paginated data: