Skip to content
Longport Whale
API raw data

API Deposit Bill

Query the API Deposit Bill list.

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

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

filtersobject

Filters

Child attributes
filters.idstring

ID

filters.refstring

Online Bank Serial No

filters.from_bank_usernamestring

Name of Counterparty

filters.from_bank_accountstring

Bank Account of Counterparty

filters.lb_bank_accountstring

Company Bank Account

filters.to_bank_namestring

Company Bank

filters.bank_remarkstring

Bank Remark

filters.business_timeobject

Accounting Date (Bank). 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.business_time.gtestring

Greater Than or Equal

filters.business_time.ltestring

Less Than or Equal

filters.updated_atobject

Updated 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.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.currencystring

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

filters.statusstring

Status. Options: 0 = Not Pushed (Pending Auto Processing); 1 = Pushed; 2 = Pending Push Review; 3 = Not Pushed (Pending Manual Processing)

0123

filters.drstring

Fund Flows. Options: 2 = Deposit; 1 = Withdraw

21

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