REST API Online

REST API

Cosmos SDK REST API for HazinaChain. Query balances, staking, governance, transactions and more via standard HTTP endpoints.

https://api.hazinachain.com
Quick Reference
Swagger UI
GET /cosmos/bank/v1beta1/balances/{address}
Get all token balances for a wallet address
bank
GET /cosmos/bank/v1beta1/supply
Total token supply across all denominations
bank
GET /cosmos/staking/v1beta1/validators
List all validators with status and voting power
staking
GET /cosmos/staking/v1beta1/delegations/{delegator}
All delegations for a delegator address
staking
GET /cosmos/distribution/v1beta1/delegators/{addr}/rewards
Pending staking rewards for a delegator
distribution
GET /cosmos/tx/v1beta1/txs/{hash}
Get transaction details by hash
tx
POST /cosmos/tx/v1beta1/txs
Broadcast a signed transaction to the network
tx
GET /cosmos/gov/v1beta1/proposals
All governance proposals and their status
governance
GET /cosmos/auth/v1beta1/accounts/{address}
Account info including sequence & account number
auth
GET /cosmos/mint/v1beta1/inflation
Current HZN inflation rate
mint
GET /cosmos/slashing/v1beta1/signing_infos
Validator signing info and slashing history
slashing
GET /node_info
Node version, network, and chain info
node