Polygon Tendermint Methods

📘

See the Polygon RPC API connection guide.

tendermint

MethodNotesCompute Unit Value
abci_infoReturns information about the ABCI application.1
abci_queryQueries the ABCI application state at a supplied path and data value.5
blockReturns a block at a specified height.5
block_by_hashReturns a block identified by its hash.5
block_resultsReturns execution results for the transactions in a block.5
block_searchSearches blocks matching an event query.100
blockchainReturns block metadata for a range of heights.10
broadcast_evidenceBroadcasts evidence of validator misbehavior to the network.5
broadcast_tx_asyncBroadcasts a transaction and returns without waiting for application processing.5
broadcast_tx_syncBroadcasts a transaction and waits for the application CheckTx result.5
check_txChecks whether a transaction is valid for the mempool without committing it.10
commitReturns the signed commit for a block at a specified height.5
consensus_paramsReturns the consensus parameters at a specified height.5
consensus_stateReturns the consensus round state and peer round states.5
dump_consensus_stateReturns a detailed dump of the consensus state and peer states.50
genesisReturns the genesis document for the chain.1
healthReturns an empty successful response when the RPC server is healthy.1
net_infoReturns network information and connected peers.1
num_unconfirmed_txsReturns the number and total bytes of unconfirmed transactions.1
statusReturns node, validator, synchronization, and application status.1
txReturns a transaction and its execution result by hash.5
tx_searchSearches transactions matching an event query.50
unconfirmed_txsReturns unconfirmed transactions from the mempool.50
validatorsReturns validator information at a specified height.5