GET
/
v3
/
supported-chains
[
  {
    "chainId": 123,
    "name": "<string>",
    "nativeCurrency": {
      "symbol": "<string>",
      "decimals": 123
    },
    "rpcUrls": [
      "<string>"
    ]
  }
]

Response

200 - application/json

List of supported chains

chainId
integer
name
string
nativeCurrency
object
rpcUrls
string[]