Cosmos REST Methods
Auth
The auth methods handle account and authentication-related queries.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/auth/v1beta1/accounts |
50 |
GET /cosmos/auth/v1beta1/params |
10 |
Bank
The bank methods manage asset transfers for multi-asset transactions between accounts.
Distribution
The distribution methods manage rewards and commissions related to staking.
Evidence
The evidence methods manage evidence of validator misbehavior or other infractions.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/evidence/v1beta1/evidence |
|
GET /cosmos/evidence/v1beta1/evidence/{hash} |
Gov
The gov methods handle governance, including proposals and voting.
Mint
The mint methods provide inflation data and minting parameters for token issuance.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/mint/v1beta1/annual_provisions |
|
GET /cosmos/mint/v1beta1/inflation |
|
GET /cosmos/mint/v1beta1/params |
10 |
Params
The params method allows access to system-wide configurations.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/params/v1beta1/params |
10 |
Slashing
The slashing methods manage slashing events.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/slashing/v1beta1/params |
10 |
GET /cosmos/slashing/v1beta1/signing_infos |
|
GET /cosmos/slashing/v1beta1/signing_infos/{cons_address} |
Staking
The staking methods manage delegation and validator details.
Upgrade
The upgrade methods track and apply upgrade plans.
| Method | Compute Unit Value |
|---|---|
GET /cosmos/upgrade/v1beta1/applied_plan/{name} |
|
GET /cosmos/upgrade/v1beta1/current_plan |
|
GET /cosmos/upgrade/v1beta1/upgraded_consensus_state/{last_height} |
Base Tendermint
The base tendermint methods provide details like blocks and validator sets.
Transaction
The tx methods manage transaction-related operations like simulation and broadcast.
| Methods | Compute Unit Value |
|---|---|
POST /cosmos/tx/v1beta1/simulate |
|
GET /cosmos/tx/v1beta1/txs |
50 |
POST /cosmos/tx/v1beta1/txs |
50 |
GET /cosmos/tx/v1beta1/txs/{hash} |