v1

latestOpenAPI 3.0.02026-07-142115792.8 KB
SwappableTokens

Get bridgable tokens

Returns the list of destination bridge chains for a given token on a given chain.

get/swappable_tokens

Query parameters

tokenInstring
tokenInChainId1 | 10 | 56 | 130 | 137 | 324 | 480 | 1868 | 8453 | 10143 | 42161 | 42220 | 43114 | 81457 | 7777777 | 1301 | 84532 | 11155111 | 143 | 196

The unique ID of the blockchain. For a list of supported chains see the FAQ.

Response

Get swappable tokens successful.

requestIdstring required

A unique ID for the request.

Example response

{
  "tokens": [
    {
      "symbol": "ETH"
    }
  ]
}