Skip to content
Longport Whale
Bank Account Management

Bank Card Management

Query the Bank Card Management list.

POSThttps://b-api.longbridge.xyz/v1/datasets/atm_withdraw_cards

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

filtersobject

Filters

Child attributes
filters.member_idstring

Client

filters.member_id_liststring

Client List

filters.raw_member_idstring

Client ID

filters.idstring

Client Bank Card ID

filters.account_typestring

Currency. Values are dynamically queried from lb_account_types_currency_name (not fixed); fetch them live via GET /v1/datasets/refs/lb_account_types.

filters.statusstring

Verification Status. Options: 0 = Without Authentication; 1 = Authentication In Progress; 2 = Authentication Succeeded

012

filters.accountstring

Account

filters.countrystring

Country

filters.fps_idstring

FPS ID

filters.created_atobject

Created At. Range filter; both bounds are optional (omit a bound to leave that side unbounded).

Child attributes
filters.created_at.gtestring

Greater Than or Equal

filters.created_at.ltestring

Less Than or Equal

filters.name_enstring

Bank Card Name

filters.regionstring

Region Name. Values are dynamically queried from atm_regions (not fixed); fetch them live via GET /v1/datasets/refs/regions.

filters.bank_codestring

Bank Code. Values are dynamically queried from atm_region_banks_code (not fixed); fetch them live via GET /v1/datasets/refs/region_banks_code.

filters.multi_namestring

Bank Name

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

HTTP 200Paginated list result.
Standard response envelopecodemessagedata
dataobjectdata structure
listarray<object>required

List

totalintegerrequired

Total

Whale Docs