List supported chains
GET /chains
Returns an array of all supported chains. Bitcoin is currently excluded.
| Field | Type | Description |
|---|---|---|
id | number | Unique chain identifier |
name | string | Human-readable chain name |
type | string | Chain family ("EVM" or "SOLANA") |
The chain IDs match standard identifiers (e.g.
1 for Ethereum mainnet, 8453 for Base). Use the
id field when constructing paths for the source leaderboard
endpoint.