### Algorand RPC API Connection Guide

See the [Algorand RPC API connection guide](https://docs.blockdaemon.com/docs/access-algorand-rpc-via-algod-api).

| Method | Compute Unit Value |
| --- | --- |
| **[`GET /genesis`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-genesis)** |  |
| **[`GET /health`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-health)** | 1 |
| **[`GET /metrics`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-metrics)** |  |
| **[`GET /swagger.json`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-swaggerjson)** |  |
| **[`GET /v2/accounts/{address}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2accountsaddress)** | 10 |
| **[`GET /v2/accounts/{address}/applications/{application-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2accountsaddressapplicationsapplication-id)** | 10 |
| **[`GET /v2/accounts/{address}/assets/{asset-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2accountsaddressassetsasset-id)** | 10 |
| **[`GET /v2/accounts/{address}/transactions/pending`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2accountsaddresstransactionspending)** | 10 |
| **[`GET /v2/applications/{application-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2applicationsapplication-id)** | 5 |
| **[`GET /v2/assets/{asset-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2assetsasset-id)** | 5 |
| **[`GET /v2/blocks/{round}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2blocksround)** | 50 |
| **[`GET /v2/blocks/{round}/lightheader/proof`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2blocksroundlightheaderproof)** | 50 |
| **[`GET /v2/blocks/{round}/transactions/{txid}/proof`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2blocksroundtransactionstxidproof)** | 50 |
| **[`POST /v2/catchup/{catchpoint}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2catchupcatchpoint)** |  |
| **[`DELETE /v2/catchup/{catchpoint}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#delete-v2catchupcatchpoint)** |  |
| **[`GET /v2/ledger/supply`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2ledgersupply)** |  |
| **[`POST /v2/participation`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2participation)** |  |
| **[`GET /v2/participation`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2participation)** |  |
| **[`POST /v2/participation/{participation-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2participationparticipation-id)** |  |
| **[`GET /v2/participation/{participation-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2participationparticipation-id)** |  |
| **[`DELETE /v2/participation/{participation-id}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#delete-v2participationparticipation-id)** |  |
| **[`POST /v2/shutdown`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2shutdown)** |  |
| **[`GET /v2/stateproofs/{round}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2stateproofsround)** |  |
| **[`GET /v2/status`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2status)** | 1 |
| **[`GET /v2/status/wait-for-block-after/{round}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2statuswait-for-block-afterround)** |  |
| **[`POST /v2/teal/compile`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2tealcompile)** |  |
| **[`POST /v2/teal/disassemble`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2tealdisassemble)** |  |
| **[`POST /v2/teal/dryrun`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2tealdryrun)** |  |
| **[`POST /v2/transactions`](https://developer.algorand.org/docs/rest-apis/algod/v2/#post-v2transactions)** | 10 |
| **[`GET /v2/transactions/params`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2transactionsparams)** | 5 |
| **[`GET /v2/transactions/pending`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2transactionspending)** | 5 |
| **[`GET /v2/transactions/pending/{txid}`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-v2transactionspendingtxid)** | 5 |
| **[`GET /versions`](https://developer.algorand.org/docs/rest-apis/algod/v2/#get-versions)** |  |

---

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.
