https://b-api.longbridge.xyz/v1/atm/va/add/withdraw/audit/ruleAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Specifies Rule Name. This field is required.
Processing priority. Interpret the value and sort order according to the allowed-value definitions. This field is required.
Distinguishes the upstream party for the deposit account; the only front-end option is currently HASHKEY.
Allowed values: HASHKEY
HASHKEY · HASHKEY
For "All Accounts" pass all; for "Specified Accounts" pass multiple securities account numbers separated by commas.
Broker-allocation statuses. Select multiple values and join them with a comma , when submitting.
4 · Success5 · Failed6 · Abnormal7 · Rejected
A dynamic list where each item is { coin: currency (values come from the tenant_crypto_currencies dynamic enum), quantity_min: minimum quantity, quantity_max: maximum quantity }.
Call GET /v1/datasets/refs/tenant_crypto_currencies to retrieve the current data dictionary, and use the returned entry's key as this field's value.
{ amount_min, amount_max }, an optional numeric range.
In minutes; value range 1–999.
Audit type.
auto_pass · Auto Approvedauto_reject · Auto Rejectedmanual_ticket · Ticket Approval
enabled - Enabled, disabled - Disabled
Specifies Remark.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields