Skip to main content
Use this endpoint to retrieve the details of a specific bank account. You can only view an account if one of your own characters owns it, or if your user account holds the STAFF permission. The response includes the account’s current balance and the character it is linked to.

Endpoint

Path Parameters

string
required
The Snowflake ID of the bank that holds this account.
string
required
The Snowflake ID of the account you want to retrieve.

Response

A successful 200 response returns the account object:
string
The unique Snowflake ID for this bank account.
string
The Snowflake ID of the bank this account belongs to.
string
The characterId of the character who owns this account.
number
The account’s current balance in in-game currency units.
string
ISO 8601 timestamp of when the account was opened.
string
ISO 8601 timestamp of when the account was last modified.

Example Request

Example Response

Error Responses