v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014667228.9 KB
Chains

Get supported chains

Retrieves all supported blockchain networks, optionally filtered by network type (mainnet/testnet)

get/chains

Query parameters

network'mainnet' | 'testnet'

Network type filter (mainnet or testnet)

Response

Supported chains retrieved successfully

string[] required

Example response

[
  "ETHEREUM_MAINNET",
  "ARBITRUM_MAINNET",
  "BASE_MAINNET",
  "OPTIMISM_MAINNET",
  "POLYGON_MAINNET",
  "AVALANCHE_MAINNET",
  "STARKNET_MAINNET"
]