Skip to main content
GET
List supported tokens
Returns tokens supported by the Value Transfer API. Use query parameters to filter for tokens transferrable from a specific source chain and token.

Reference

Parameters

Validate transfer routes Provide both transferrableFromChainKey and transferrableFromTokenAddress to get only destination tokens you can transfer to.

Response

Returns a tokens array and a pagination object.

Attributes

Code examples

List all tokens

Returns the complete token catalog across all chains.

List transferrable destinations

Returns only tokens you can transfer to from a specific source.

Response

Validate transfer routes

Check if a transfer route exists before requesting quotes:
  • Chains — List supported blockchain networks
  • Quotes — Request transfer quotes for validated routes

Query Parameters

transferrableFromChainKey
string

Filter tokens by source chain (for example, 'ethereum', 'arbitrum')

Example:

"ethereum"

transferrableFromTokenAddress
string

Filter by source token address

Example:

"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"

Response

200 - application/json

Successfully retrieved token list

tokens
object[]
pagination
object