Example chains response

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

{
  "status": true,
  "data": {
    "chains": [
        {
            "chainName": "osmosis-6",
            "chainType": "cosmos",
            "rpc": "https://rpc.osmotest5.osmosis.zone",
            "rest": "https://testnet-rest.osmosis.zone",
            "networkName": "Osmosis Testnet",
            "chainId": "osmo-test-5",
            "nativeCurrency": {
                "name": "Osmosis",
                "symbol": "OSMO",
                "decimals": 6,
                "icon": "https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/public/images/chains/osmosis.svg"
            },
            "swapAmountForGas": "2000000",
            "chainIconURI": "https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/public/images/chains/osmosis.svg",
            "blockExplorerUrls": [
                "https://explorer.osmotest5.osmosis.zone/osmo-test-5/"
            ],
            "stakeCurrency": {
                "coinDenom": "OSMO",
                "coinMinimalDenom": "uosmo",
                "coinDecimals": 6,
                "coingeckoId": "osmosis"
            },
            "bip44": {
                "coinType": 118
            },
            "bech32Config": {
                "bech32PrefixAccAddr": "osmo",
                "bech32PrefixAccPub": "osmopub",
                "bech32PrefixValAddr": "osmovaloper",
                "bech32PrefixValPub": "osmovaloperpub",
                "bech32PrefixConsAddr": "osmovalcons",
                "bech32PrefixConsPub": "osmovalconspub"
            },
            "currencies": [
                {
                    "coinDenom": "OSMO",
                    "coinMinimalDenom": "uosmo",
                    "coinDecimals": 6,
                    "coingeckoId": "osmosis"
                },
                {
                    "coinDenom": "ION",
                    "coinMinimalDenom": "uion",
                    "coinDecimals": 6,
                    "coingeckoId": "ion"
                }
            ],
            "feeCurrencies": [
                {
                    "coinDenom": "OSMO",
                    "coinMinimalDenom": "uosmo",
                    "coinDecimals": 6,
                    "coingeckoId": "osmosis"
                }
            ],
            "coinType": 118,
            "gasPriceStep": {
                "low": 0,
                "average": 0,
                "high": 0.025
            },
            "features": [
                "ibc-transfer",
                "ibc-go"
            ],
            "axelarContracts": {
                "gateway": ""
            },
            "chainToAxelarChannelId": "channel-312",
            "estimatedRouteDuration": 180,
            "estimatedExpressRouteDuration": 20
        },
      ...
    ]
  }
}

Last updated