https://b-api.longbridge.xyz/v1/atm/va/modify/withdraw/audit/ruleAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
The primary key of the rule to edit; required when editing.
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 · HashKey
The client offers "All Accounts" / "Specified Accounts": for all accounts pass all; for specified accounts pass multiple securities account numbers, comma-separated.
Broker-allocation statuses. Select multiple values and join them with a comma , when submitting.
4 · Success5 · Failed6 · Abnormal7 · Rejected
A dynamic list in which each item is { coin (currency, whose 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: string, amount_max: string }; an optional numeric range input on the client.
In minutes; value range 1–999.
Audit type.
auto_pass · Auto Approvedauto_reject · Auto Rejectedmanual_ticket · Ticket Approval
Enum values: enabled, disabled.
Allowed values:
enabled- Enabledisabled- Disable
enabled · Enabledisabled · Disable
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