Last updated 1 year ago
Since: cosmos-sdk 0.46
Bech32PrefixResponse is the response type for Bech32Prefix rpc method.
GET /cosmos/auth/v1beta1/bech32 HTTP/1.1 Host: atom.nownodes.io Accept: */*
A successful response.
{ "bech32_prefix": "text" }
AddressBytesToStringResponse is the response type for AddressString rpc method.
GET /cosmos/auth/v1beta1/bech32/{address_bytes} HTTP/1.1 Host: atom.nownodes.io Accept: */*
{ "address_string": "text" }
AddressStringToBytesResponse is the response type for AddressBytes rpc method.
GET /cosmos/auth/v1beta1/bech32/{address_string} HTTP/1.1 Host: atom.nownodes.io Accept: */*
{ "address_bytes": "Ynl0ZXM=" }