The chains endpoint returns the list of blockchain networks currently supported by Donate.gg.Documentation Index
Fetch the complete documentation index at: https://docs.donate.gg/llms.txt
Use this file to discover all available pages before exploring further.
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 token leaderboard
endpoint.