Read
Query
Search the catalog, fill in params, run a live LCD or RPC call.
Read
bank.getBalances
GETGet balances for an address
/cosmos/bank/v1beta1/balances/{address}
curl
curl -sS "https://test-gateway.hopenetwork.io/api/cosmos/bank/v1beta1/balances/hope1abc123...?pagination.limit=30"
fetch
const res = await fetch("https://test-gateway.hopenetwork.io/api/cosmos/bank/v1beta1/balances/hope1abc123...?pagination.limit=30");
const json = await res.json();