Skip to main content
GET
List supported assets

Headers

X-API-Key
string | null

Query Parameters

wallet_type
enum<string>
default:MPC

The wallet type to retrieve tokens for. Use MPC.

Available options:
Custodial,
MPC
chain_ids
string | null

A comma-separated list of Cobo chain IDs to filter by (for example, SETH,BASE_ETH). If omitted, tokens for all chains are returned.

token_ids
string | null

A comma-separated list of token IDs to filter by (for example, SETH,SETH_USDC). If omitted, all tokens are returned.

limit
integer | null

The maximum number of items to return. Range: [1, 500].

Required range: 1 <= x <= 500
before
string | null

A cursor for backward pagination. Pass the before value from a previous response to retrieve the preceding page.

after
string | null

A cursor for forward pagination. Pass the after value from a previous response to retrieve the next page.

Response

Successful Response

result
WaasPaginatedResponse[TokenMetadata] · object
required
success
boolean
default:true
suggestion
string
default:""
message
string
default:""
meta
PaginationMeta · object | null

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.