Skip to content
Longport Whale
API raw data

Deposit Message

Query the Deposit Message list.

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

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

filtersobject

Filters

Child attributes
filters.idstring

ID

filters.bank_serial_nostring

Online Bank Serial No

filters.bank_user_namestring

Name of Counterparty

filters.bank_accountstring

Bank Account of Counterparty

filters.lb_bank_accountstring

Company Bank Account

filters.bank_remarkstring

Bank Remark

filters.bill_datetimeobject

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.bill_datetime.gtestring

Greater Than or Equal

filters.bill_datetime.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.statestring

State. Options: 0 = Unassociated; 1 = Associated and Recorded; 2 = Rejected After Association; 3 = Associated; 4,5 = Cancelled

01234,5

filters.lb_bank_namestring

Company Bank Name

filters.bill_typestring

Bill Type. Options: 1 = Deposit; 2 = Withdraw

12

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