Skip to main content
Use this endpoint to retrieve all accounts that belong to a specific bank. Each account object includes the account ID, the character it belongs to, and the current balance. Only the bank owner and users with the STAFF permission can access this list.
This endpoint returns every account in the bank in a single response. To view bank accounts belonging to a specific character, use the character bank accounts endpoint instead.

Endpoint

Path Parameters

string
required
The Snowflake ID of the bank whose accounts you want to list.

Response

A successful 200 response returns an object containing an array of account objects:
array
An array of account objects belonging to the bank. Returns an empty array if the bank has no accounts.

Example Request

Example Response

Error Responses