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

Authorizations

x-api-key
string
header
required

API key required for authentication

Headers

x-api-key
string
required

API key for authentication

Response

200
application/json

List of supported blockchain networks

The response is of type object[].