{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info Transactions Info API", "version": "1.0.0" }, "items": [ { "info": { "name": "Transactions Info", "type": "folder" }, "items": [ { "info": { "name": "eth_getTransactionByBlockHashAndIndex", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getTransactionByBlockHashAndIndex", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getTransactionByBlockHashAndIndex" }, { "info": { "name": "eth_getTransactionByBlockNumberAndIndex", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getTransactionByBlockNumberAndIndex", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getTransactionByBlockNumberAndIndex" }, { "info": { "name": "eth_getTransactionByHash", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getTransactionByHash", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getTransactionByHash" }, { "info": { "name": "eth_getTransactionReceipt", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getTransactionReceipt", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getTransactionReceipt" }, { "info": { "name": "eth_newPendingTransactionFilter", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_newPendingTransactionFilter", "body": { "type": "json", "data": "{}" } }, "docs": "eth_newPendingTransactionFilter" } ] } ], "bundled": true }