GET
/
chains
curl --request GET \
  --url https://api.relay.link/chains
{
  "chains": [
    {
      "id": 123,
      "name": "<string>",
      "displayName": "<string>",
      "httpRpcUrl": "<string>",
      "wsRpcUrl": "<string>",
      "explorerUrl": "<string>",
      "explorerName": "<string>",
      "depositEnabled": true,
      "tokenSupport": "All",
      "disabled": true,
      "partialDisableLimit": 123,
      "blockProductionLagging": true,
      "currency": {
        "id": "<string>",
        "symbol": "<string>",
        "name": "<string>",
        "address": "<string>",
        "decimals": 123,
        "supportsBridging": true
      },
      "withdrawalFee": 123,
      "depositFee": 123,
      "surgeEnabled": true,
      "erc20Currencies": [
        {
          "id": "<string>",
          "symbol": "<string>",
          "name": "<string>",
          "address": "<string>",
          "decimals": 123,
          "supportsBridging": true,
          "supportsPermit": true,
          "withdrawalFee": 123,
          "depositFee": 123,
          "surgeEnabled": true
        }
      ],
      "iconUrl": "<string>",
      "logoUrl": "<string>",
      "brandColor": "<string>",
      "contracts": {
        "multicall3": "<string>",
        "multicaller": "<string>",
        "onlyOwnerMulticaller": "<string>",
        "relayReceiver": "<string>",
        "erc20Router": "<string>",
        "approvalProxy": "<string>"
      },
      "vmType": "bvm",
      "explorerQueryParams": {},
      "baseChainId": 123,
      "statusMessage": "<string>"
    }
  ]
}

Query Parameters

includeChains
string | null

Response

200 - application/json
Default Response
chains
object[]

An array of supported chains