This operation searches for tokens by their symbol (for example, USDC, ETH). Returns a list of matching tokens with their token_id, chain_id, and chain_name. Use the returned token_id in transfer and balance operations. The search is case-insensitive.
The token symbol to search for (for example, USDC, ETH). Case-insensitive.
1 - 20Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.