/cosmos/auth/v1beta1/bech32/{address_bytes}
AddressBytesToString converts Account Address bytes to string
Parameters:
address_bytes - string
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/auth/v1beta1/bech32/zeta
// Result
{
"address_string": "zeta1eh4455tg0vd"
}
Last updated
Was this helpful?