v1
latestSwagger 2.02026-07-17492548.9 KBICS1
Get the account information on blockchain
get/auth/accounts/{address}
Path parameters
addressstring required
Account address
Response
Account information on the blockchain
Example response
{
"value": {
"coins": [
{
"denom": "steak",
"amount": "50"
}
]
}
}