STAFF permission.
Endpoint
Path Parameters
string
required
The Snowflake ID of the bank that holds the account.
string
required
The Snowflake ID of the account whose balance you want to retrieve.
Response
A successful response returns an object with a single field:number
The account’s current balance in in-game currency units.
This endpoint returns HTTP
201 on success (rather than 200). This is a known behaviour of the current API version. Handle both 200 and 201 in your client to be safe.