---
updatedAt: 2026-08-19T16:00:02.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Polygon Tendermint Methods

> 📘
>
> See the [Polygon RPC API connection guide](https://docs.blockdaemon.com/docs/access-polygon-rpc-via-tendermint-rpc).

### `tendermint`

| Method                 | Notes                                                                            | Compute Unit Value |
| ---------------------- | -------------------------------------------------------------------------------- | ------------------ |
| `abci_info`            | Returns information about the ABCI application.                                  | 1                  |
| `abci_query`           | Queries the ABCI application state at a supplied path and data value.            | 5                  |
| `block`                | Returns a block at a specified height.                                           | 5                  |
| `block_by_hash`        | Returns a block identified by its hash.                                          | 5                  |
| `block_results`        | Returns execution results for the transactions in a block.                       | 5                  |
| `block_search`         | Searches blocks matching an event query.                                         | 100                |
| `blockchain`           | Returns block metadata for a range of heights.                                   | 10                 |
| `broadcast_evidence`   | Broadcasts evidence of validator misbehavior to the network.                     | 5                  |
| `broadcast_tx_async`   | Broadcasts a transaction and returns without waiting for application processing. | 5                  |
| `broadcast_tx_sync`    | Broadcasts a transaction and waits for the application CheckTx result.           | 5                  |
| `check_tx`             | Checks whether a transaction is valid for the mempool without committing it.     | 10                 |
| `commit`               | Returns the signed commit for a block at a specified height.                     | 5                  |
| `consensus_params`     | Returns the consensus parameters at a specified height.                          | 5                  |
| `consensus_state`      | Returns the consensus round state and peer round states.                         | 5                  |
| `dump_consensus_state` | Returns a detailed dump of the consensus state and peer states.                  | 50                 |
| `genesis`              | Returns the genesis document for the chain.                                      | 1                  |
| `health`               | Returns an empty successful response when the RPC server is healthy.             | 1                  |
| `net_info`             | Returns network information and connected peers.                                 | 1                  |
| `num_unconfirmed_txs`  | Returns the number and total bytes of unconfirmed transactions.                  | 1                  |
| `status`               | Returns node, validator, synchronization, and application status.                | 1                  |
| `tx`                   | Returns a transaction and its execution result by hash.                          | 5                  |
| `tx_search`            | Searches transactions matching an event query.                                   | 50                 |
| `unconfirmed_txs`      | Returns unconfirmed transactions from the mempool.                               | 50                 |
| `validators`           | Returns validator information at a specified height.                             | 5                  |