- Accounts
- Fetch Account
Accounts
Fetch Account
Account returns account details based on address.
GET
/cosmos/auth/v1beta1/accounts
address*
curl --request GET \
--url https://api.sonr.network/cosmos/auth/v1beta1/accounts \
addressRequired
string
Address of the account to query.
{
"account": {
"@type": "string"
}
}
curl --request GET \
--url https://api.sonr.network/cosmos/auth/v1beta1/accounts \
{
"account": {
"@type": "string"
}
}