📘

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

| Method | Compute Unit Value |
| --- | --- |
| **[`GET /health`](https://developer.algorand.org/docs/rest-apis/indexer/#get-health)** | 1 |
| **[`GET /v2/accounts`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accounts)** | 10 |
| **[`GET /v2/accounts/{account-id}`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-id)** | 10 |
| **[`GET /v2/accounts/{account-id}/apps-local-state`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idapps-local-state)** | 10 |
| **[`GET /v2/accounts/{account-id}/assets`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idassets)** | 10 |
| **[`GET /v2/accounts/{account-id}/created-applications`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idcreated-applications)** | 10 |
| **[`GET /v2/accounts/{account-id}/created-assets`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idassets)** | 10 |
| **[`GET /v2/accounts/{account-id}/transactions`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2accountsaccount-idtransactions)** | 10 |
| **[`GET /v2/applications`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2applications)** | 5 |
| **[`GET /v2/applications/{application-id}`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2applicationsapplication-id)** | 5 |
| **[`GET /v2/applications/{application-id}/logs`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2applicationsapplication-idlogs)** | 5 |
| **[`GET /v2/assets`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2assets)** | 50 |
| **[`GET /v2/assets/{asset-id}`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2assetsasset-idX)** | 5 |
| **[`GET /v2/assets/{asset-id}/balances`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2assetsasset-id)** | 5 |
| **[`GET /v2/assets/{asset-id}/transactions`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2assetsasset-idtransactions)** | 5 |
| **[`GET /v2/blocks/{round-number}`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2blocksround-number)** | 50 |
| **[`GET /v2/transactions`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactions)** | 10 |
| **[`GET /v2/transactions/{txid}`](https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactionstxid)** | 5 |
