Skip to content
Longport Whale
Crypto Approval

Add Withdraw Audit Rule

Submission from the "Add" subpage of the crypto withdrawal review rule page; this endpoint is a write operation and involves changes to real rule data.

POSThttps://b-api.longbridge.xyz/v1/atm/va/add/withdraw/audit/rule

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

rule_namestringrequired

Rule Name

prioritynumberrequired

Priority. Value range 1–999.

upstream_brokerstringrequired

Channel. Distinguishes the upstream party for the deposit account; the only front-end option is currently HASHKEY.

account_nosstringrequired

Applicable Accounts. For "All Accounts" pass all; for "Specified Accounts" pass multiple securities account numbers separated by commas.

broker_allocate_statesstringrequired

Company Fund Allocation Status. Multi-select, joined into a comma-separated string upon submission; values come from the atm_va_ref_broker_allocation_status dynamic enum, with known values: all - All, 4 - Success, 5 - Failure, 6 - Exception, 7 - Rejected.

coin_quantity_listarray<string>required

Crypto & Quantity Range List. A dynamic list where each item is { coin: currency (values come from the global_coin dynamic enum), quantity_min: minimum quantity, quantity_max: maximum quantity }.

equivalent_usdobject

Equivalent USD Amount Range. { amount_min, amount_max }, an optional numeric range.

delay_timenumberrequired

Review Delay Time. In minutes; value range 1–999.

audit_typestringrequired

Audit Type. Values come from the atm_va_ref_coin_withdraw_audit_type dynamic enum: auto_pass - Auto Approve, auto_reject - Auto Reject, manual_ticket - Manual Ticket Review.

statusstringrequired

Status. enabled - Enabled, disabled - Disabled

remarkstring

Remark. At most 500 characters.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs