Skip to content
Longport Whale
Withdrawal

Bank Statement-Withdrawal

Query the Bank Statement-Withdrawal list.

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

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

filtersobject

Filters

Child attributes
filters.idstring

Withdrawal Bill ID

filters.member_idstring

Client ID

filters.channel_accountstring

A/C No

filters.order_idstring

Application Number

filters.bank_serial_nostring

Bank Serial No

filters.bank_user_namestring

Beneficiary Name

filters.bank_accountstring

Credit Bank Account

filters.currencystring

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

filters.match_statestring

Match State. Multi-select; submit as a comma-joined string. Allowed values are listed under enum.. Options: 1 = Matched; 2 = Unmatch; 4 = Manually Match; 5 = Pending Transfer Audit; 6 = Frozen

12456

filters.bill_datetimeobject

Bill Datetime. Range filter; both bounds are optional (omit a bound to leave that side unbounded). Defaults to the range [6 day(s) ago, today] when omitted (gte/lte roll with the request date).

Child attributes
filters.bill_datetime.gtestring

Greater Than or Equal

filters.bill_datetime.ltestring

Less Than or Equal

filters.bank_remarkstring

Bank Remark

filters.amountobject

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

Child attributes
filters.amount.gtenumber

Greater Than or Equal

filters.amount.ltenumber

Less Than or Equal

filters.updated_atobject

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

Child attributes
filters.updated_at.gtestring

Greater Than or Equal

filters.updated_at.ltestring

Less Than or Equal

filters.show_fund_type_idstring

Withdraw Type. Values are dynamically queried from pg_fund_types (not fixed); fetch them live via GET /v1/datasets/refs/fund_business_type.

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