Endpoints
Tokens
Retrieve the list of supported tokens
Retrieve the list of supported tokens. Results are paginated.
GET
https://api.superbridge.app/v1/tokensQuery Parameters
address
stringFilter by token address
chainKey
stringShorthand chain identifier (e.g. eth for Ethereum)
chainId
stringNative chain ID (e.g. 1 for Ethereum)
chainUid
stringChain UUID (internal identifier)
cursor
stringPagination cursor
limit
numberPage size (1-100)
search
stringSearch by name, symbol, or address
Response
Returns a paginated response with an array of Token objects and a cursor for the next page.
tokens
Token[]requirednextCursor
string | nullrequiredPagination
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.