See the Cosmos RPC API connection guide.
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.
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.
Staking
The staking
methods manage delegation and validator details.
Upgrade
The upgrade
methods track and apply upgrade plans.
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.