{ "opencollection": "1.0.0", "info": { "name": "Pocket Network CometBFT RPC Application Status API", "version": "v1" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get Cometbft Node Status", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/status" }, "docs": "Return node info, sync status, validator info, and latest block height." }, { "info": { "name": "Get Cometbft Network Info", "type": "http" }, "http": { "method": "GET", "url": "https://shannon-grove-rpc.mainnet.poktroll.com/net_info" }, "docs": "Return network info including listening status, peer count, and peer list." } ] } ], "bundled": true }