/v1/accountBalance, allowance and key details
Read-only and unmetered: asking how much allowance you have never spends any of it. This is the call to make first to check a key works.
A test key sees the account's real balance and real usage, with mode saying which world it is in. Hiding them would make the endpoint useless for checking an integration.
Scope: account:read
Responses
- 200
- The account state.
- 401
- No key, or a key that is not valid.
- 403
- The key lacks the
account:readscope. - 429
- Over the per-key rate limit.
- 503
- The API is temporarily unavailable.