cURL
curl --request GET \ --url https://v2.prod.halliday.xyz/chains \ --header 'Authorization: Bearer <token>'
{ "ethereum": { "chain_id": 1, "network": "ethereum", "native_currency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "is_testnet": false, "explorer": "https://etherscan.io/", "image": "<IMAGE_URL>...", "rpc": "<RPC_URL>..." }, "arbitrum": { "chain_id": 42161, "network": "arbitrum", "native_currency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "is_testnet": false, "explorer": "https://arbiscan.io/", "image": "<IMAGE_URL>...", "rpc": "<RPC_URL>..." } }
Get a list of all supported blockchain networks with their configuration details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether to return sandbox/testnet chains
List of supported chains
Show child attributes
Chain ID for the network
1
Network name
"ethereum"
"Ether"
"ETH"
18
Whether this is a testnet
false
Block explorer URL
"https://etherscan.io"
Chain logo URL
RPC endpoint URL