# Get status for all supported networks Returns an array of current status information for each network. Endpoint: GET /networks/status Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `chain` (string) Enum: "ethereum", "polygon", "bsc", "optimism", "avalanche", "arbitrum_one", "bitcoin", "tron", "base", "flare", "linea", "manta", "blast", "ton", "solana", "mantle", "dogecoin", "sonic" - `active` (boolean) Example: true - `price` (number) Example: 113823 - `priceChange24h` (number) Example: -1623 - `priceChange24hPercent` (number) Example: -1.405852086689881 - `volume` (number) Example: 45315548103 - `marketCap` (number) Example: 2266226246486 - `tip` (integer) Example: 910860 - `tps` (number) - `transfers` (integer) Example: 3437478521 - `gasFee` (number,null) - `satFee` (integer,null) Example: 1550 ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid"