Cosmos

Discover Cosmos, a blockchain designed for interoperability. Build cross-chain decentralized applications using its RPC gateway.

Cosmos Blockchain RPC documentation serves as a comprehensive guide for developers to interact with the Cosmos network, enabling them to build and manage decentralized applications (dApps) on the Cosmos ecosystem. The documentation provides detailed information on available RPC endpoints, methods, and parameters necessary for performing tasks such as querying blockchain data, managing accounts, and broadcasting transactions. Cosmos is designed for interoperability and scalability, making it ideal for developers looking to build cross-chain decentralized applications.

Related: 📚 Supported Blockchains • 🌐 RPC Nodes Cosmos • 🔗 Official Cosmos Website

RPC Gateway for Cosmos blockchain

↳ Rosetta API
https://cosmos-mainnet.gateway.tatum.io
↳ gRPC over https
https://cosmos-mainnet.gateway.tatum.io/cosmos
↳ gRPC
https://cosmos-mainnet-grpc.gateway.tatum.io
↳ Tendermint JSON-RPC
https://cosmos-mainnet.gateway.tatum.io/tendermint
↳ Tendermint REST API
https://cosmos-mainnet.gateway.tatum.io/tendermint
↳ gRPC over https
https://cosmos-testnet.gateway.tatum.io/cosmos
↳ gRPC
https://cosmos-testnet-grpc.gateway.tatum.io
↳ Tendermint JSON-RPC
https://cosmos-testnet.gateway.tatum.io/tendermint
↳ Tendermint REST API
https://cosmos-testnet.gateway.tatum.io/tendermint

Connect to Cosmos and Fetch the Latest Block

This widget lets you instantly query the latest block height (or equivalent) for Cosmos using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.

Retrieve Cosmos Node Status or Client Version via RPC

Use this pre-configured request to get version or status information for your connected Cosmos node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.

Test Cosmos RPC Methods in Postman

Explore and test Cosmos blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Cosmos RPC endpoints, validate API responses, or integrate Cosmos into their applications.

How to use the Cosmos Postman Collection

  1. Get your API key: Visit Tatum Dashboard to obtain your free API key
  2. Import the collection: Click the "Run in Postman" button below to import the Cosmos collection
  3. Configure your environment: Update the gateway-api-key variable in the Tatum Gateway environment
  4. Start testing: Execute any Cosmos RPC method and see real-time responses

Available Cosmos interfaces and methods

Each Cosmos network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:

  • /_methods – machine-readable list of interfaces and methods
  • /llms.txt – human- and AI-readable documentation context
Cosmos Mainnet

Rosetta API · REST

Base URL: https://cosmos-mainnet.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • POST /account/balance
  • POST /account/coins
  • POST /block
  • POST /block/transaction
  • POST /call
  • POST /construction/combine
  • POST /construction/derive
  • POST /construction/hash
  • POST /construction/metadata
  • POST /construction/parse
  • POST /construction/payloads
  • POST /construction/preprocess
  • POST /construction/submit
  • POST /events/blocks
  • POST /mempool
  • POST /mempool
  • POST /mempool/transaction
  • POST /mempool/transaction
  • POST /network/list
  • POST /network/options
  • POST /network/status
  • POST /search/transactions

gRPC over https · REST

Base URL: https://cosmos-mainnet.gateway.tatum.io/cosmos

Discovery: /_methods · /llms.txt

  • GET /auth/v1beta1/account_info/{account}
  • GET /auth/v1beta1/accounts
  • GET /auth/v1beta1/accounts/{account}
  • GET /auth/v1beta1/address_by_id/{account}
  • GET /auth/v1beta1/bech32
  • GET /auth/v1beta1/module_accounts
  • GET /auth/v1beta1/params
  • GET /authz/v1beta1/grants
  • GET /authz/v1beta1/grants/grantee/{grantee}
  • GET /authz/v1beta1/grants/granter/{granter}
  • GET /bank/v1beta1/balances/{account}
  • GET /bank/v1beta1/balances/{account}/by_denom
  • GET /bank/v1beta1/denoms_metadata
  • GET /bank/v1beta1/denoms_metadata/{denom}
  • GET /bank/v1beta1/params
  • GET /bank/v1beta1/spendable_balances/{address}
  • GET /bank/v1beta1/supply
  • GET /bank/v1beta1/supply/{denom}
  • GET /bank/v1beta1/supply/by_denom
  • GET /base/tendermint/v1beta1/blocks/{height}
  • GET /base/tendermint/v1beta1/blocks/latest
  • GET /base/tendermint/v1beta1/node_info
  • GET /base/tendermint/v1beta1/syncing
  • GET /base/tendermint/v1beta1/validatorsets/{height}
  • GET /base/tendermint/v1beta1/validatorsets/latest
  • GET /distribution/v1beta1/community_pool
  • GET /distribution/v1beta1/delegators/{delegator_address}/rewards
  • GET /distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}
  • GET /distribution/v1beta1/delegators/{delegator_address}/validators
  • GET /distribution/v1beta1/delegators/{delegator_address}/withdraw_address
  • GET /distribution/v1beta1/params
  • GET /distribution/v1beta1/validators/{validator_address}/commission
  • GET /distribution/v1beta1/validators/{validator_address}/outstanding_rewards
  • GET /distribution/v1beta1/validators/{validator_address}/slashes
  • GET /evidence/v1beta1/evidence
  • GET /evidence/v1beta1/evidence/{hash}
  • GET /feegrant/v1beta1/allowance/{granter}/{grantee}
  • GET /feegrant/v1beta1/allowances/{grantee}
  • GET /feegrant/v1beta1/issued/{granter}
  • GET /gov/v1beta1/params/{params_type}
  • GET /gov/v1beta1/proposals
  • GET /gov/v1beta1/proposals/{proposal_id}
  • GET /gov/v1beta1/proposals/{proposal_id}/deposits
  • GET /gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}
  • GET /gov/v1beta1/proposals/{proposal_id}/tally
  • GET /gov/v1beta1/proposals/{proposal_id}/votes
  • GET /gov/v1beta1/proposals/{proposal_id}/votes/{voter}
  • GET /mint/v1beta1/annual_provisions
  • GET /mint/v1beta1/inflation
  • GET /mint/v1beta1/params
  • GET /slashing/v1beta1/params
  • GET /slashing/v1beta1/signing_infos
  • GET /slashing/v1beta1/signing_infos/{cons_address}
  • GET /staking/v1beta1/delegations/{delegator_addr}
  • GET /staking/v1beta1/delegators/{delegator_addr}/redelegations
  • GET /staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations
  • GET /staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}
  • GET /staking/v1beta1/historical_info/{height}
  • GET /staking/v1beta1/params
  • GET /staking/v1beta1/pool
  • GET /staking/v1beta1/validators
  • GET /staking/v1beta1/validators/{validator_addr}
  • GET /staking/v1beta1/validators/{validator_addr}/delegations
  • GET /staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}
  • GET /staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation
  • GET /staking/v1beta1/validators/{validator_addr}/unbonding_delegations
  • GET /tx/v1beta1/txs/{hash}
  • GET /tx/v1beta1/txs/block/{block_number}
  • GET /upgrade/v1beta1/applied_plan/{name}
  • GET /upgrade/v1beta1/authority
  • GET /upgrade/v1beta1/current_plan
  • GET /upgrade/v1beta1/module_versions
  • GET /upgrade/v1beta1/upgraded_consensus_state/{last_height}
  • POST /tx/v1beta1/simulate
  • POST /tx/v1beta1/txs

gRPC

Base URL: https://cosmos-mainnet-grpc.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • cosmos.auth.v1beta1.Query/Account
  • cosmos.auth.v1beta1.Query/Accounts
  • cosmos.auth.v1beta1.Query/AddressBytesToString
  • cosmos.auth.v1beta1.Query/AddressStringToBytes
  • cosmos.auth.v1beta1.Query/Bech32Prefix
  • cosmos.auth.v1beta1.Query/ModuleAccounts
  • cosmos.auth.v1beta1.Query/Params
  • cosmos.authz.v1beta1.Query/GranteeGrants
  • cosmos.authz.v1beta1.Query/GranterGrants
  • cosmos.authz.v1beta1.Query/Grants
  • cosmos.bank.v1beta1.Query/AllBalances
  • cosmos.bank.v1beta1.Query/Balance
  • cosmos.bank.v1beta1.Query/DenomMetadata
  • cosmos.bank.v1beta1.Query/DenomsMetadata
  • cosmos.bank.v1beta1.Query/Params
  • cosmos.bank.v1beta1.Query/SupplyOf
  • cosmos.bank.v1beta1.Query/TotalSupply
  • cosmos.base.node.v1beta1.Service/Config
  • cosmos.base.node.v1beta1.Service/Status
  • cosmos.base.tendermint.v1beta1.Service/GetBlockByHeight
  • cosmos.base.tendermint.v1beta1.Service/GetLatestBlock
  • cosmos.base.tendermint.v1beta1.Service/GetLatestValidatorSet
  • cosmos.base.tendermint.v1beta1.Service/GetNodeInfo
  • cosmos.base.tendermint.v1beta1.Service/GetSyncing
  • cosmos.base.tendermint.v1beta1.Service/GetValidatorSetByHeight
  • cosmos.distribution.v1beta1.Query/CommunityPool
  • cosmos.distribution.v1beta1.Query/DelegationRewards
  • cosmos.distribution.v1beta1.Query/DelegationTotalRewards
  • cosmos.distribution.v1beta1.Query/DelegatorValidators
  • cosmos.distribution.v1beta1.Query/DelegatorWithdrawAddress
  • cosmos.distribution.v1beta1.Query/Params
  • cosmos.distribution.v1beta1.Query/ValidatorCommission
  • cosmos.distribution.v1beta1.Query/ValidatorOutstandingRewards
  • cosmos.distribution.v1beta1.Query/ValidatorSlashes
  • cosmos.evidence.v1beta1.Query/AllEvidence
  • cosmos.evidence.v1beta1.Query/Evidence
  • cosmos.feegrant.v1beta1.Query/Allowance
  • cosmos.feegrant.v1beta1.Query/Allowances
  • cosmos.feegrant.v1beta1.Query/AllowancesByGranter
  • cosmos.gov.v1beta1.Query/Deposit
  • cosmos.gov.v1beta1.Query/Deposits
  • cosmos.gov.v1beta1.Query/Params
  • cosmos.gov.v1beta1.Query/Proposal
  • cosmos.gov.v1beta1.Query/Proposals
  • cosmos.gov.v1beta1.Query/TallyResult
  • cosmos.gov.v1beta1.Query/Vote
  • cosmos.gov.v1beta1.Query/Votes
  • cosmos.mint.v1beta1.Query/AnnualProvisions
  • cosmos.mint.v1beta1.Query/Inflation
  • cosmos.mint.v1beta1.Query/Params
  • cosmos.params.v1beta1.Query/Params
  • cosmos.slashing.v1beta1.Query/Params
  • cosmos.slashing.v1beta1.Query/SigningInfo
  • cosmos.slashing.v1beta1.Query/SigningInfos
  • cosmos.staking.v1beta1.Query/Delegation
  • cosmos.staking.v1beta1.Query/DelegatorDelegations
  • cosmos.staking.v1beta1.Query/DelegatorUnbondingDelegations
  • cosmos.staking.v1beta1.Query/DelegatorValidator
  • cosmos.staking.v1beta1.Query/DelegatorValidators
  • cosmos.staking.v1beta1.Query/HistoricalInfo
  • cosmos.staking.v1beta1.Query/Params
  • cosmos.staking.v1beta1.Query/Pool
  • cosmos.staking.v1beta1.Query/Redelegations
  • cosmos.staking.v1beta1.Query/UnbondingDelegation
  • cosmos.staking.v1beta1.Query/Validator
  • cosmos.staking.v1beta1.Query/ValidatorDelegations
  • cosmos.staking.v1beta1.Query/Validators
  • cosmos.staking.v1beta1.Query/ValidatorUnbondingDelegations
  • cosmos.tx.v1beta1.Service/BroadcastTx
  • cosmos.tx.v1beta1.Service/GetBlockWithTxs
  • cosmos.tx.v1beta1.Service/GetTx
  • cosmos.tx.v1beta1.Service/GetTxsEvent
  • cosmos.tx.v1beta1.Service/Simulate
  • cosmos.upgrade.v1beta1.Query/AppliedPlan
  • cosmos.upgrade.v1beta1.Query/CurrentPlan
  • cosmos.upgrade.v1beta1.Query/ModuleVersions
  • cosmos.upgrade.v1beta1.Query/UpgradedConsensusState
  • grpc.reflection.v1.ServerReflection/ServerReflectionInfo
  • grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo

Tendermint JSON-RPC · JSON-RPC

Base URL: https://cosmos-mainnet.gateway.tatum.io/tendermint

Discovery: /_methods · /llms.txt

  • abci_info
  • abci_query
  • block
  • block_results
  • blockchain
  • broadcast_tx_async
  • broadcast_tx_commit
  • broadcast_tx_sync
  • commit
  • consensus_params
  • consensus_state
  • dump_consensus_state
  • genesis
  • genesis_chunked
  • health
  • net_info
  • num_unconfirmed_txs
  • status
  • tx
  • tx_search
  • unconfirmed_txs
  • validators

Tendermint REST API · REST

Base URL: https://cosmos-mainnet.gateway.tatum.io/tendermint

Discovery: /_methods · /llms.txt

  • GET /abci_info
  • GET /abci_query
  • GET /block
  • GET /block_results
  • GET /blockchain
  • GET /broadcast_tx_async
  • GET /broadcast_tx_commit
  • GET /broadcast_tx_sync
  • GET /commit
  • GET /consensus_params
  • GET /consensus_state
  • GET /dump_consensus_state
  • GET /genesis
  • GET /genesis_chunked
  • GET /health
  • GET /net_info
  • GET /num_unconfirmed_txs
  • GET /status
  • GET /tx
  • GET /tx_search
  • GET /unconfirmed_txs
  • GET /validators
  • POST /abci_info
  • POST /abci_query
  • POST /block
  • POST /block_results
  • POST /blockchain
  • POST /broadcast_tx_async
  • POST /broadcast_tx_commit
  • POST /broadcast_tx_sync
  • POST /commit
  • POST /consensus_params
  • POST /consensus_state
  • POST /dump_consensus_state
  • POST /genesis
  • POST /genesis_chunked
  • POST /health
  • POST /net_info
  • POST /num_unconfirmed_txs
  • POST /status
  • POST /tx
  • POST /tx_search
  • POST /unconfirmed_txs
  • POST /validators
Cosmos Testnet

gRPC over https · REST

Base URL: https://cosmos-testnet.gateway.tatum.io/cosmos

Discovery: /_methods · /llms.txt

  • GET /auth/v1beta1/account_info/{account}
  • GET /auth/v1beta1/accounts
  • GET /auth/v1beta1/accounts/{account}
  • GET /auth/v1beta1/address_by_id/{account}
  • GET /auth/v1beta1/bech32
  • GET /auth/v1beta1/module_accounts
  • GET /auth/v1beta1/params
  • GET /authz/v1beta1/grants
  • GET /authz/v1beta1/grants/grantee/{grantee}
  • GET /authz/v1beta1/grants/granter/{granter}
  • GET /bank/v1beta1/balances/{account}
  • GET /bank/v1beta1/balances/{account}/by_denom
  • GET /bank/v1beta1/denoms_metadata
  • GET /bank/v1beta1/denoms_metadata/{denom}
  • GET /bank/v1beta1/params
  • GET /bank/v1beta1/spendable_balances/{address}
  • GET /bank/v1beta1/supply
  • GET /bank/v1beta1/supply/{denom}
  • GET /bank/v1beta1/supply/by_denom
  • GET /base/tendermint/v1beta1/blocks/{height}
  • GET /base/tendermint/v1beta1/blocks/latest
  • GET /base/tendermint/v1beta1/node_info
  • GET /base/tendermint/v1beta1/syncing
  • GET /base/tendermint/v1beta1/validatorsets/{height}
  • GET /base/tendermint/v1beta1/validatorsets/latest
  • GET /distribution/v1beta1/community_pool
  • GET /distribution/v1beta1/delegators/{delegator_address}/rewards
  • GET /distribution/v1beta1/delegators/{delegator_address}/rewards/{validator_address}
  • GET /distribution/v1beta1/delegators/{delegator_address}/validators
  • GET /distribution/v1beta1/delegators/{delegator_address}/withdraw_address
  • GET /distribution/v1beta1/params
  • GET /distribution/v1beta1/validators/{validator_address}/commission
  • GET /distribution/v1beta1/validators/{validator_address}/outstanding_rewards
  • GET /distribution/v1beta1/validators/{validator_address}/slashes
  • GET /evidence/v1beta1/evidence
  • GET /evidence/v1beta1/evidence/{hash}
  • GET /feegrant/v1beta1/allowance/{granter}/{grantee}
  • GET /feegrant/v1beta1/allowances/{grantee}
  • GET /feegrant/v1beta1/issued/{granter}
  • GET /gov/v1beta1/params/{params_type}
  • GET /gov/v1beta1/proposals
  • GET /gov/v1beta1/proposals/{proposal_id}
  • GET /gov/v1beta1/proposals/{proposal_id}/deposits
  • GET /gov/v1beta1/proposals/{proposal_id}/deposits/{depositor}
  • GET /gov/v1beta1/proposals/{proposal_id}/tally
  • GET /gov/v1beta1/proposals/{proposal_id}/votes
  • GET /gov/v1beta1/proposals/{proposal_id}/votes/{voter}
  • GET /mint/v1beta1/annual_provisions
  • GET /mint/v1beta1/inflation
  • GET /mint/v1beta1/params
  • GET /slashing/v1beta1/params
  • GET /slashing/v1beta1/signing_infos
  • GET /slashing/v1beta1/signing_infos/{cons_address}
  • GET /staking/v1beta1/delegations/{delegator_addr}
  • GET /staking/v1beta1/delegators/{delegator_addr}/redelegations
  • GET /staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations
  • GET /staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}
  • GET /staking/v1beta1/historical_info/{height}
  • GET /staking/v1beta1/params
  • GET /staking/v1beta1/pool
  • GET /staking/v1beta1/validators
  • GET /staking/v1beta1/validators/{validator_addr}
  • GET /staking/v1beta1/validators/{validator_addr}/delegations
  • GET /staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}
  • GET /staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation
  • GET /staking/v1beta1/validators/{validator_addr}/unbonding_delegations
  • GET /tx/v1beta1/txs/{hash}
  • GET /tx/v1beta1/txs/block/{block_number}
  • GET /upgrade/v1beta1/applied_plan/{name}
  • GET /upgrade/v1beta1/authority
  • GET /upgrade/v1beta1/current_plan
  • GET /upgrade/v1beta1/module_versions
  • GET /upgrade/v1beta1/upgraded_consensus_state/{last_height}
  • POST /tx/v1beta1/simulate
  • POST /tx/v1beta1/txs

gRPC

Base URL: https://cosmos-testnet-grpc.gateway.tatum.io

Discovery: /_methods · /llms.txt

  • cosmos.auth.v1beta1.Query/Account
  • cosmos.auth.v1beta1.Query/Accounts
  • cosmos.auth.v1beta1.Query/AddressBytesToString
  • cosmos.auth.v1beta1.Query/AddressStringToBytes
  • cosmos.auth.v1beta1.Query/Bech32Prefix
  • cosmos.auth.v1beta1.Query/ModuleAccounts
  • cosmos.auth.v1beta1.Query/Params
  • cosmos.authz.v1beta1.Query/GranteeGrants
  • cosmos.authz.v1beta1.Query/GranterGrants
  • cosmos.authz.v1beta1.Query/Grants
  • cosmos.bank.v1beta1.Query/AllBalances
  • cosmos.bank.v1beta1.Query/Balance
  • cosmos.bank.v1beta1.Query/DenomMetadata
  • cosmos.bank.v1beta1.Query/DenomsMetadata
  • cosmos.bank.v1beta1.Query/Params
  • cosmos.bank.v1beta1.Query/SupplyOf
  • cosmos.bank.v1beta1.Query/TotalSupply
  • cosmos.base.node.v1beta1.Service/Config
  • cosmos.base.node.v1beta1.Service/Status
  • cosmos.base.tendermint.v1beta1.Service/GetBlockByHeight
  • cosmos.base.tendermint.v1beta1.Service/GetLatestBlock
  • cosmos.base.tendermint.v1beta1.Service/GetLatestValidatorSet
  • cosmos.base.tendermint.v1beta1.Service/GetNodeInfo
  • cosmos.base.tendermint.v1beta1.Service/GetSyncing
  • cosmos.base.tendermint.v1beta1.Service/GetValidatorSetByHeight
  • cosmos.distribution.v1beta1.Query/CommunityPool
  • cosmos.distribution.v1beta1.Query/DelegationRewards
  • cosmos.distribution.v1beta1.Query/DelegationTotalRewards
  • cosmos.distribution.v1beta1.Query/DelegatorValidators
  • cosmos.distribution.v1beta1.Query/DelegatorWithdrawAddress
  • cosmos.distribution.v1beta1.Query/Params
  • cosmos.distribution.v1beta1.Query/ValidatorCommission
  • cosmos.distribution.v1beta1.Query/ValidatorOutstandingRewards
  • cosmos.distribution.v1beta1.Query/ValidatorSlashes
  • cosmos.evidence.v1beta1.Query/AllEvidence
  • cosmos.evidence.v1beta1.Query/Evidence
  • cosmos.feegrant.v1beta1.Query/Allowance
  • cosmos.feegrant.v1beta1.Query/Allowances
  • cosmos.feegrant.v1beta1.Query/AllowancesByGranter
  • cosmos.gov.v1beta1.Query/Deposit
  • cosmos.gov.v1beta1.Query/Deposits
  • cosmos.gov.v1beta1.Query/Params
  • cosmos.gov.v1beta1.Query/Proposal
  • cosmos.gov.v1beta1.Query/Proposals
  • cosmos.gov.v1beta1.Query/TallyResult
  • cosmos.gov.v1beta1.Query/Vote
  • cosmos.gov.v1beta1.Query/Votes
  • cosmos.mint.v1beta1.Query/AnnualProvisions
  • cosmos.mint.v1beta1.Query/Inflation
  • cosmos.mint.v1beta1.Query/Params
  • cosmos.params.v1beta1.Query/Params
  • cosmos.slashing.v1beta1.Query/Params
  • cosmos.slashing.v1beta1.Query/SigningInfo
  • cosmos.slashing.v1beta1.Query/SigningInfos
  • cosmos.staking.v1beta1.Query/Delegation
  • cosmos.staking.v1beta1.Query/DelegatorDelegations
  • cosmos.staking.v1beta1.Query/DelegatorUnbondingDelegations
  • cosmos.staking.v1beta1.Query/DelegatorValidator
  • cosmos.staking.v1beta1.Query/DelegatorValidators
  • cosmos.staking.v1beta1.Query/HistoricalInfo
  • cosmos.staking.v1beta1.Query/Params
  • cosmos.staking.v1beta1.Query/Pool
  • cosmos.staking.v1beta1.Query/Redelegations
  • cosmos.staking.v1beta1.Query/UnbondingDelegation
  • cosmos.staking.v1beta1.Query/Validator
  • cosmos.staking.v1beta1.Query/ValidatorDelegations
  • cosmos.staking.v1beta1.Query/Validators
  • cosmos.staking.v1beta1.Query/ValidatorUnbondingDelegations
  • cosmos.tx.v1beta1.Service/BroadcastTx
  • cosmos.tx.v1beta1.Service/GetBlockWithTxs
  • cosmos.tx.v1beta1.Service/GetTx
  • cosmos.tx.v1beta1.Service/GetTxsEvent
  • cosmos.tx.v1beta1.Service/Simulate
  • cosmos.upgrade.v1beta1.Query/AppliedPlan
  • cosmos.upgrade.v1beta1.Query/CurrentPlan
  • cosmos.upgrade.v1beta1.Query/ModuleVersions
  • cosmos.upgrade.v1beta1.Query/UpgradedConsensusState
  • grpc.reflection.v1.ServerReflection/ServerReflectionInfo
  • grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo

Tendermint JSON-RPC · JSON-RPC

Base URL: https://cosmos-testnet.gateway.tatum.io/tendermint

Discovery: /_methods · /llms.txt

  • abci_info
  • abci_query
  • block
  • block_results
  • blockchain
  • broadcast_tx_async
  • broadcast_tx_commit
  • broadcast_tx_sync
  • commit
  • consensus_params
  • consensus_state
  • dump_consensus_state
  • genesis
  • genesis_chunked
  • health
  • net_info
  • num_unconfirmed_txs
  • status
  • tx
  • tx_search
  • unconfirmed_txs
  • validators

Tendermint REST API · REST

Base URL: https://cosmos-testnet.gateway.tatum.io/tendermint

Discovery: /_methods · /llms.txt

  • GET /abci_info
  • GET /abci_query
  • GET /block
  • GET /block_results
  • GET /blockchain
  • GET /broadcast_tx_async
  • GET /broadcast_tx_commit
  • GET /broadcast_tx_sync
  • GET /commit
  • GET /consensus_params
  • GET /consensus_state
  • GET /dump_consensus_state
  • GET /genesis
  • GET /genesis_chunked
  • GET /health
  • GET /net_info
  • GET /num_unconfirmed_txs
  • GET /status
  • GET /tx
  • GET /tx_search
  • GET /unconfirmed_txs
  • GET /validators
  • POST /abci_info
  • POST /abci_query
  • POST /block
  • POST /block_results
  • POST /blockchain
  • POST /broadcast_tx_async
  • POST /broadcast_tx_commit
  • POST /broadcast_tx_sync
  • POST /commit
  • POST /consensus_params
  • POST /consensus_state
  • POST /dump_consensus_state
  • POST /genesis
  • POST /genesis_chunked
  • POST /health
  • POST /net_info
  • POST /num_unconfirmed_txs
  • POST /status
  • POST /tx
  • POST /tx_search
  • POST /unconfirmed_txs
  • POST /validators

Method unavailable?

If you need a method we don't support yet, please contact our support.
We'd be happy to assist.