{ "opencollection": "1.0.0", "info": { "name": "CoinGecko Crypto Market Data Asset Platforms Networks API", "version": "3.0.1" }, "request": { "auth": { "type": "apikey", "key": "x-cg-demo-api-key", "value": "{{x-cg-demo-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "List supported networks", "type": "http" }, "http": { "method": "GET", "url": "https://api.coingecko.com/api/v3/onchain/networks", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Get the list of all supported blockchain networks with their identifiers. Use these network IDs in other onchain endpoints." } ] } ], "bundled": true }