Skip to content
Withdrawal - Pending

Withdrawal - Pending - Batch List

Query the Withdrawal - Pending - Batch List.

GEThttps://b-api.longbridge.xyz/v1/datasets/atm_withdraw_batches

This Dataset query is read-only. Use GET by default. If the encoded query parameters are too large, send the same parameters as a JSON body with POST to the same path.

Authorization

Authorizationstringheadercmbc.withdraw_batchRequired

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

Query parameters

filtersobject

Filters

Child attributes
idstring

Batch No.

lb_bank_channel_idstring

Withdraw Channel. Values are dynamically queried from atm_select_lb_bank_channel_id_name (not fixed); fetch them live via GET /v1/datasets/refs/withdraw_company_bank_channels.

created_atobject

Created Time. 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
gtestring

Greater Than or Equal

ltestring

Less Than or Equal

pageinteger

Page

page_sizeinteger

Page Size

orderByarray<object>

Order By

Responses

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

List

Child attributes
idstring

Batch No.

batch_namestring

Batch Name

lbc_namestring

Bank Channel

statestring

Status

state_valstring

Status (raw value). Raw value behind field state: state returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

counterstring

Total Records

detail_currency_amountsstring

Total Amount

detail_currency_feesstring

Total Fees

lb_bank_account_idstring

Withdrawal Bank Account Info

lb_bank_account_id_valstring

Withdrawal Bank Account Info (raw value). Raw value behind field lb_bank_account_id: lb_bank_account_id returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

fee_bank_account_idstring

Service fee account

fee_bank_account_id_valstring

Service fee account (raw value). Raw value behind field fee_bank_account_id: fee_bank_account_id returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

applicantstring

Applicant

applicant_valstring

Applicant (raw value). Raw value behind field applicant: applicant returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

auditorstring

Auditor

auditor_valstring

Auditor (raw value). Raw value behind field auditor: auditor returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

origin_fromstring

Origin Form

origin_from_valstring

Origin Form (raw value). Raw value behind field origin_from: origin_from returns the human-readable display value resolved via a dictionary/join mapping, while this field returns the underlying code/ID before that mapping.

created_atstring

Created Time

updated_atstring

Update Time

rule_idstring

Withdrawal Rule ID

totalintegerrequired

Total

Whale Docs