## Polygon RPC API Connection Guide

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

| Method | Compute Unit Value |
| --- | --- |
| **[`abci_info`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#abciinfo)** | 1 |
| **[`abci_query`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#abciquery)** | 5 |
| **[`block`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#block)** | 5 |
| **[`block_by_hash`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#blockbyhash)** | 5 |
| **[`block_results`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#blockresults)** | 5 |
| **[`blockchain`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#blockchain)** | 10 |
| **[`broadcast_evidence`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#broadcastevidence)** | 5 |
| **[`broadcast_tx_async`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#broadcasttxasync)** | 5 |
| **[`broadcast_tx_sync`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#broadcasttxsync)** | 5 |
| **[`commit`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#commit)** | 5 |
| **[`consensus_params`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#consensusparams)** | 5 |
| **[`consensus_state`](https://docs.tendermint.com/v0.34/rpc/#/Info/consensus_state)** | 5 |
| **[`dump_consensus_state`](https://docs.tendermint.com/v0.34/rpc/#/Info/dump_consensus_state)** | 50 |
| **[`genesis`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#genesis)** | 1 |
| **[`health`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#health)** | 1 |
| **[`net_info`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#netinfo)** | 1 |
| **[`num_unconfirmed_txs`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#numunconfirmedtxs)** | 1 |
| **[`status`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#status)** | 1 |
| **[`tx`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#tx)** | 5 |
| **[`tx_search`](https://docs.tendermint.com/v0.34/rpc/#/Info/tx_search)** | 50 |
| **[`unconfirmed_txs`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#unconfirmedtxs)** | 50 |
| **[`validators`](https://github.com/tendermint/tendermint/blob/v0.34.x/spec/rpc/README.md#validators)** | 5 |

## Need Help?

Contact us through [email](mailto:support@blockdaemon.com) or our [support page](/content/support/index.html) for any issues, bugs, or assistance you may need.
