Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/auth/v1beta1/bech32/{address_string}

Path Parameters

address_string*string

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/auth/v1beta1/bech32/string"
{
  "address_bytes": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}