Example chains response

Below you can see an example chain from our API response.

{
  "status": true,
  "data": {
    "chains": [
      {
        "chainName": "Ethereum",
        "chainType": "evm",
        "rpc": "https://eth-rpc.gateway.pokt.network",
        "networkName": "Ethereum",
        "chainId": 1,
        "nativeCurrency": {
          "name": "Ethereum",
          "symbol": "ETH",
          "decimals": 18,
          "icon": "https://tokens.1inch.io/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.png"
        },
        "swapAmountForGas": "2000000",
        "chainIconURI": "https://tokens.1inch.io/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.png",
        "blockExplorerUrls": [
          "https://etherscan.io/"
        ],
        "chainNativeContracts": {
          "wrappedNativeToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
          "ensRegistry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
          "multicall": "0x5e227AD1969Ea493B43F840cfF78d08a6fc17796",
          "usdcToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
        },
        "axelarContracts": {
          "gateway": "0x4F4495243837681061C4743b74B3eEdf548D56A5",
          "forecallable": ""
        },
        "estimatedRouteDuration": 960
      },
      ...
    ]
  }
}

Last updated