Superbridge
Start typing to search...
The Superbridge API is currently in beta. Endpoints and response formats may change.

Endpoints

Tokens

Retrieve the list of supported tokens

Retrieve the list of supported tokens. Results are paginated.

GEThttps://api.superbridge.app/v1/tokens

Query Parameters

addressstring

Filter by token address

chainKeystring

Shorthand chain identifier (e.g. eth for Ethereum)

chainIdstring

Native chain ID (e.g. 1 for Ethereum)

chainUidstring

Chain UUID (internal identifier)

cursorstring

Pagination cursor

limitnumber

Page size (1-100)

searchstring

Search by name, symbol, or address

Response

Returns a paginated response with an array of Token objects and a cursor for the next page.

tokensToken[]required
nextCursorstring | nullrequired

Pagination

Use the nextCursor value from the response as the cursor query parameter to fetch the next page. When nextCursor is null, there are no more results.