{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info Chain Info API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chain Info", "type": "folder" }, "items": [ { "info": { "name": "eth_chainId", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_chainId", "body": { "type": "json", "data": "{}" } }, "docs": "eth_chainId" }, { "info": { "name": "Eth_Syncing", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_syncing", "body": { "type": "json", "data": "{}" } }, "docs": "Eth_Syncing" }, { "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_Hashrate", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_hashrate", "body": { "type": "json", "data": "{}" } }, "docs": "Eth_Hashrate" }, { "info": { "name": "eth_protocolVersion", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/eth_protocolVersion", "body": { "type": "json", "data": "{}" } }, "docs": "eth_protocolVersion" } ] } ], "bundled": true }