Skip to content
Account Profile & Status

Query Account List V2

This interface is used to query the account list, supporting cursor-based pagination for batch retrieval of account lists. By providing the pagination ID account_id and the page size page_size (default 10, maximum 500), it returns account list information along with the next page cursor next_account_id.

GEThttps://b-api.longbridge.xyz/v2/whaleapi/account/list

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Parameters

account_idstringRequired
page_sizestringRequired

Responses

HTTP 200Success
Standard response envelopecodemessagedata
dataobjectdata structure
next_account_idstringrequired

next_account_id

listobjectrequired

list

Child attributes
member_idstringrequired

member_id

account_nostringrequired

account_no

open_account_timestringrequired

open_account_time

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs