Skip to content
Longport Whale
Crypto Approval

Modify Withdraw Audit Rule

Submitted from the inline "Edit" action on a row of the withdrawal review rule list; the field structure is identical to "Add", with an additional id to locate the record to be edited. This interface is a write operation and involves real rule-data changes.

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

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idstringrequired

Rule ID. The primary key of the rule to edit; required when editing.

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. The front end offers "All Accounts" / "Specified Accounts": for all accounts pass all; for specified accounts pass multiple securities account numbers, comma-separated.

broker_allocate_statesstringrequired

Company Fund Allocation Status. Multi-select, concatenated into a comma-separated string on submission; the available 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 in which each item is { coin (currency, whose values come from the global_coin dynamic enum), quantity_min (minimum quantity), quantity_max (maximum quantity) }.

equivalent_usdobject

Equivalent USD Amount Range. { amount_min: string, amount_max: string }; an optional numeric range input on the front end.

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. Enum values: enabled, 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