{ "opencollection": "1.0.0", "info": { "name": "Blast Network JSON-RPC API", "version": "1.0" }, "items": [ { "info": { "name": "JSON-RPC", "type": "folder" }, "items": [ { "info": { "name": "Invoke a JSON-RPC method", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.blast.io/", "body": { "type": "json", "data": "{}" } }, "docs": "Send any Ethereum-compatible JSON-RPC method (eth_, net_, web3_,\ndebug_, trace_ where supported). Use the `method` field to\nselect the call. Common methods include `eth_chainId`,\n`eth_blockNumber`, `eth_getBalance`, `eth_call`,\n`eth_estimateGas`, `eth_gasPrice`, `eth_getTransactionByHash`,\n`eth_getTransactionReceipt`, `eth_sendRawTransaction`,\n`eth_getLogs`, `eth_getBlockByNumber`, `eth_getBlockByHash`,\n`net_version`, `web3_clientVersion`.\n" } ] } ], "bundled": true }