v1

latestSwagger 2.02026-07-17492548.9 KB
ICS1

Get the account information on blockchain

get/auth/accounts/{address}

Path parameters

addressstring required

Account address

Response

Account information on the blockchain

typestring

Example response

{
  "value": {
    "coins": [
      {
        "denom": "steak",
        "amount": "50"
      }
    ]
  }
}