Skip to main content
Use this endpoint to retrieve just the balance of a specific bank account without fetching the full account object. You can only check the balance of accounts owned by one of your own characters, or if your account holds the 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.

Example Request

Example Response

Error Responses