List cross-chain tokens
GET/tokens
List Cross-Chain Tokens (CCTs) for asset discovery, with cursor-based pagination.
Pagination: same envelope as /messages. limit can always be specified; a filter sent
alongside a cursor must match the filters encoded in that cursor, otherwise the request is
rejected with 400. To change filters, start a new search without a cursor.
Request
Responses
- 200
- 400
- 500
The request was successful. Returns a TokensResponse object
with pagination metadata.
Response Headers
Unique request identifier for debugging and support
Bad request - invalid parameters or a filter conflicting with the cursor. Returns an
Error object. The message names the offending parameter and the
reason, e.g. Invalid query parameter 'expand': must be a boolean ('true' or 'false').
Response Headers
Unique request identifier for debugging and support
Internal server error. Returns an Error object.
Response Headers
Unique request identifier for debugging and support