{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info Logs And Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Logs And Events", "type": "folder" }, "items": [ { "info": { "name": "eth_getLogs", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getLogs", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getLogs" }, { "info": { "name": "eth_newFilter", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_newFilter", "body": { "type": "json", "data": "{}" } }, "docs": "eth_newFilter" }, { "info": { "name": "eth_getFilterLogs", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getFilterLogs", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getFilterLogs" } ] } ], "bundled": true }