/cosmos/auth/v1beta1/bech32/{address_string}

AddressBytesToString converts Account Address string to bytes

Parameters:

address_bytes - string

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain-athens.blockpi.network/lcd/v1/<your-api-key>/cosmos/auth/v1beta1/bech32/zeta1eh4455tg0vd

// Result
{
  "address_string": "zeta1eh44440g0r3eumvrf0wsjfwxk5"
}

Last updated