v1

latestOpenAPI 3.0.02026-07-1498163181.9 KB
Chain

Get a chain

Returns a chain with assets

get/api/v1/chains/{id}

Path parameters

idnumber required

Response

idnumber required

Chain id

namestring required

Chain name

iconstring required

Chain icon

currency'usdc' | 'usdt' | 'pyusd' | 'eurc' | 'brett' | 'dai' | 'btc' | 'eth' | 'matic' | 'bnb' | 'sol' | 'busd' | 'trx' | 'food' | 'bonk' | 'wif' | 'goat' | 'spx' | 'truf' | 'pengu' | 'usd' | 'inr' required
blockExplorerTransactionUrlstring required

Chain block explorer transaction url

blockExplorerNamestring required

Chain block explorer name

type'evm' | 'solana' | 'tron' | 'stripe' | 'binance_pay' required
isBetaboolean required

Is beta asset

isTestnetboolean required
isEIP1559Supportedboolean required
hasMonitoringboolean required
forkOfnumber
isPublicboolean required

Is public chain

Example response

{
  "id": 1,
  "assets": [
    {
      "chainId": 1,
      "decimals": 1,
      "superToken": {
        "decimals": 1
      }
    }
  ],
  "forkOf": 1
}