GET /v1/banks/:bankId/accounts — List Bank Accounts
List all accounts belonging to an in-game bank. Restricted to the bank owner and users with STAFF permission. Returns an array of account objects.
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.