{ "opencollection": "1.0.0", "info": { "name": "Pocket Network CometBFT RPC Application Consensus API", "version": "v1" }, "items": [ { "info": { "name": "Consensus", "type": "folder" }, "items": [ { "info": { "name": "Get Cometbft Block", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/block", "params": [ { "name": "height", "value": "", "type": "query" } ] }, "docs": "Return a block by height (or latest if omitted)." }, { "info": { "name": "Get Cometbft Block Results", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/block_results", "params": [ { "name": "height", "value": "", "type": "query" } ] }, "docs": "Return ABCI execution results for a block (events, gas, tx_results)." }, { "info": { "name": "Get Cometbft Block Commit", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/commit", "params": [ { "name": "height", "value": "", "type": "query" } ] }, "docs": "Return the precommit signatures attached to a block." }, { "info": { "name": "Get Cometbft Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/tx", "params": [ { "name": "hash", "value": "", "type": "query" }, { "name": "prove", "value": "", "type": "query" } ] }, "docs": "Return a transaction by hash, optionally including the inclusion proof." } ] } ], "bundled": true }