{ "opencollection": "1.0.0", "info": { "name": "Routescan (Snowtrace) Etherscan-Compatible Accounts Blocks API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Blocks", "type": "folder" }, "items": [ { "info": { "name": "Get block reward by block number", "type": "http" }, "http": { "method": "GET", "url": "https://api.routescan.io/v2/network/mainnet/evm/{chainId}/etherscan/api/block/getblockreward", "params": [ { "name": "module", "value": "", "type": "query" }, { "name": "action", "value": "", "type": "query" }, { "name": "blockno", "value": "", "type": "query", "description": "Target block number." }, { "name": "apikey", "value": "", "type": "query", "description": "API key for authenticated access. Use \"placeholder\" for free tier." } ] }, "docs": "Returns the block and uncle rewards for a given block number.\n" }, { "info": { "name": "Get estimated time remaining for a block", "type": "http" }, "http": { "method": "GET", "url": "https://api.routescan.io/v2/network/mainnet/evm/{chainId}/etherscan/api/block/getblockcountdown", "params": [ { "name": "module", "value": "", "type": "query" }, { "name": "action", "value": "", "type": "query" }, { "name": "blockno", "value": "", "type": "query", "description": "Target block number." }, { "name": "apikey", "value": "", "type": "query", "description": "API key for authenticated access. Use \"placeholder\" for free tier." } ] }, "docs": "Returns the estimated time remaining (in seconds) and block count until a given block number is reached.\n" } ] } ], "bundled": true }