---
updatedAt: 2026-08-19T15:59:29.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.

# Cosmos REST Methods

> 📘
>
> See the [Cosmos RPC API connection guide](https://docs.blockdaemon.com/docs/access-cosmos-rpc-via-rest-api).

### `auth`

| Method                              | Notes                                         | Compute Unit Value |
| ----------------------------------- | --------------------------------------------- | ------------------ |
| `GET /cosmos/auth/v1beta1/accounts` | Returns accounts with pagination.             | 50                 |
| `GET /cosmos/auth/v1beta1/params`   | Returns the authentication module parameters. | 10                 |

### `bank`

| Method                                                | Notes                                              | Compute Unit Value |
| ----------------------------------------------------- | -------------------------------------------------- | ------------------ |
| `GET /cosmos/bank/v1beta1/balances/{address}`         | Returns all balances held by an address.           | 10                 |
| `GET /cosmos/bank/v1beta1/balances/{address}/{denom}` | Returns an address's balance for one denomination. | 5                  |
| `GET /cosmos/bank/v1beta1/params`                     | Returns bank module parameters.                    | 10                 |
| `GET /cosmos/bank/v1beta1/supply`                     | Returns the total supply of all denominations.     | 5                  |
| `GET /cosmos/bank/v1beta1/supply/{bydenom}`           | Returns the total supply of one denomination.      | 5                  |

### `distribution`

| Method                                                                                        | Notes                                                     | Compute Unit Value |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------ |
| `GET /cosmos/distribution/v1beta1/community_pool`                                             | Returns the community pool balance.                       | 10                 |
| `GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards`                     | Returns all outstanding rewards for a delegator.          | 10                 |
| `GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}` | Returns a delegator's rewards from one validator.         | 10                 |
| `GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/validators`                  | Returns validators that have paid rewards to a delegator. | 10                 |
| `GET /cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address`            | Returns a delegator's reward withdrawal address.          | 10                 |
| `GET /cosmos/distribution/v1beta1/params`                                                     | Returns distribution module parameters.                   | 10                 |
| `GET /cosmos/distribution/v1beta1/validators/{validator_address}/commission`                  | Returns a validator's accumulated commission.             | 10                 |
| `GET /cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards`         | Returns a validator's outstanding rewards.                | 10                 |
| `GET /cosmos/distribution/v1beta1/validators/{validator_address}/slashes`                     | Returns slashing events for a validator.                  | 10                 |

### `gov`

| Method                                                                 | Notes                                                           | Compute Unit Value |
| ---------------------------------------------------------------------- | --------------------------------------------------------------- | ------------------ |
| `GET /cosmos/gov/v1beta1/params/{params_type}`                         | Returns governance parameters for the requested parameter type. | 10                 |
| `GET /cosmos/gov/v1beta1/proposals`                                    | Returns governance proposals with optional filters.             | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}`                      | Returns one governance proposal.                                | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}/deposits`             | Returns deposits for a proposal.                                | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}` | Returns one depositor's deposit for a proposal.                 | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}/tally`                | Returns the tally result for a proposal.                        | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}/votes`                | Returns votes for a proposal.                                   | 10                 |
| `GET /cosmos/gov/v1beta1/proposals/{proposal_id}/votes/{voter}`        | Returns one voter's vote on a proposal.                         | 10                 |

### `mint`

| Method                            | Notes                           | Compute Unit Value |
| --------------------------------- | ------------------------------- | ------------------ |
| `GET /cosmos/mint/v1beta1/params` | Returns mint module parameters. | 10                 |

### `params`

| Method                              | Notes                               | Compute Unit Value |
| ----------------------------------- | ----------------------------------- | ------------------ |
| `GET /cosmos/params/v1beta1/params` | Returns a subspace parameter value. | 10                 |

### `slashing`

| Method                                | Notes                               | Compute Unit Value |
| ------------------------------------- | ----------------------------------- | ------------------ |
| `GET /cosmos/slashing/v1beta1/params` | Returns slashing module parameters. | 10                 |

### `staking`

| Method                                                                                                      | Notes                                                          | Compute Unit Value |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------ |
| `GET /cosmos/staking/v1beta1/delegations/{delegator_addr}`                                                  | Returns all delegations for a delegator.                       | 10                 |
| `GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations`                                     | Returns redelegations made by a delegator.                     | 10                 |
| `GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations`                             | Returns unbonding delegations for a delegator.                 | 10                 |
| `GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators`                                        | Returns validators delegated to by an address.                 | 10                 |
| `GET /cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}`                       | Returns a delegator's delegation to one validator.             | 10                 |
| `GET /cosmos/staking/v1beta1/historical_info/{height}`                                                      | Returns historical staking information at a block height.      | 10                 |
| `GET /cosmos/staking/v1beta1/params`                                                                        | Returns staking module parameters.                             | 10                 |
| `GET /cosmos/staking/v1beta1/pool`                                                                          | Returns the current staking pool.                              | 10                 |
| `GET /cosmos/staking/v1beta1/validators`                                                                    | Returns validators with optional status filters.               | 10                 |
| `GET /cosmos/staking/v1beta1/validators/{validator_addr}`                                                   | Returns one validator.                                         | 10                 |
| `GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations`                                       | Returns delegations to a validator.                            | 10                 |
| `GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation` | Returns an unbonding delegation for a validator and delegator. | 10                 |
| `GET /cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations`                             | Returns unbonding delegations from a validator.                | 10                 |

### `base tendermint`

| Method                                                       | Notes                                            | Compute Unit Value |
| ------------------------------------------------------------ | ------------------------------------------------ | ------------------ |
| `GET /cosmos/base/tendermint/v1beta1/blocks/latest`          | Returns the latest block.                        | 10                 |
| `GET /cosmos/base/tendermint/v1beta1/blocks/{height}`        | Returns a block at a specified height.           | 10                 |
| `GET /cosmos/base/tendermint/v1beta1/node_info`              | Returns node information.                        | 1                  |
| `GET /cosmos/base/tendermint/v1beta1/syncing`                | Returns whether the node is syncing.             | 1                  |
| `GET /cosmos/base/tendermint/v1beta1/validatorsets/latest`   | Returns the latest validator set.                | 10                 |
| `GET /cosmos/base/tendermint/v1beta1/validatorsets/{height}` | Returns the validator set at a specified height. | 10                 |