Cosmos RPC

📘

See the Cosmos RPC API connection guide.

CometBFT RPC

MethodNotesCompute Unit Value
abci_infoReturns metadata reported by the ABCI application.1
abci_queryQueries the ABCI application at an optional path and height.5
blockReturns a block at a specified height.5
block_by_hashReturns a block identified by its hash.5
block_resultsReturns execution results for a block.5
block_searchSearches blocks using indexed events.100
blockchainReturns block metadata for an inclusive height range.10
broadcast_tx_asyncBroadcasts a transaction without waiting for validation.5
broadcast_tx_commitBroadcasts a transaction and waits for it to be committed or rejected.5
broadcast_tx_syncBroadcasts a transaction and waits for the CheckTx result.5
check_txChecks a transaction against the application without executing it in a block.10
commitReturns a block header and commit for a specified height.5
consensus_paramsReturns consensus parameters at a specified height.5
consensus_stateReturns a concise snapshot of the current consensus state.5
dump_consensus_stateReturns detailed consensus state, including peer round states.50
genesisReturns the genesis document.1
genesis_chunkedReturns one chunk of the chunked genesis document.1
healthReturns success when the node is healthy.1
net_infoReturns node peer and network information.1
num_unconfirmed_txsReturns counts for transactions in the mempool.1
statusReturns node, validator, and latest-block status.1
txReturns a transaction and its execution result by hash.5
tx_searchSearches transactions using indexed events.50
validatorsReturns validators for a specified height.5
unconfirmed_txsReturns transactions currently in the mempool.50