{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account Info", "type": "folder" }, "items": [ { "info": { "name": "eth_getBalance", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getBalance", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getBalance" }, { "info": { "name": "eth_getCode", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getCode", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getCode" }, { "info": { "name": "eth_getStorageAt", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getStorageAt", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getStorageAt" }, { "info": { "name": "eth_getTransactionCount", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getTransactionCount", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getTransactionCount" }, { "info": { "name": "Eth_Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Eth_Accounts" }, { "info": { "name": "eth_getProof", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_getProof", "body": { "type": "json", "data": "{}" } }, "docs": "eth_getProof" } ] } ], "bundled": true }