GET
/
v3
/
supported-tokens
curl --request GET \
  --url https://bridge-swap.aarc.xyz/v3/supported-tokens \
  --header 'x-api-key: <api-key>'
[
  {
    "symbol": "<string>",
    "name": "<string>",
    "address": "<string>",
    "decimals": 123
  }
]

Authorizations

x-api-key
string
header
required

API key required for authentication

Headers

x-api-key
string
required

API key for authentication

Query Parameters

chainId
number

Filter tokens by specific blockchain network ID

symbol
string

Filter tokens by symbol (e.g., ETH, USDT)

Response

200
application/json

List of supported tokens

The response is of type object[].