Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 480 Bytes

File metadata and controls

23 lines (17 loc) · 480 Bytes
description AddressBytesToString converts Account Address string to bytes

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

Parameters:

address_bytes - string

Example:

{% code overflow="wrap" %}

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

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

{% endcode %}