Skip to content
Cryptocurrency W-D Limit

Add Coin Withdraw Limit

Add Coin Withdraw Limit.

Request parameters

  • Required: cut_time (Cut Time), exchange_currency (Exchange Currency), limit_amount (Limit Amount), member_ids (Member IDs), priority (Priority), status (Status), time_zone (Time Zone)
  • Optional: id (Config ID), creator (Creator), frequency_limit (Frequency Limit), limit_type (Limit Type), remark (Remark), updater (Updater), withdrawal_crypto (Withdrawal Crypto)
  • See each field for its format, allowed values, and business meaning.

Result

On success, the endpoint completes the operation. See the 200 response schema for returned data and subsequent state information.

POSThttps://b-api.lbkrs.com/v1/atm/va/add/coin/withdraw/limit

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

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

Permission

atm.cryptocurrency_limit_operation

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

idstring

Config ID associated with this request.

creatorstring
cut_timestringrequired

This field is required.

exchange_currencystringrequired

Specifies Exchange Currency. This field is required.

USD · US DollarCNY · Chinese YuanHKD · Hong Kong Dollar

frequency_limitstring
limit_amountstringrequired

This field is required.

limit_typestring

Specifies Limit Type.

daily · Dailyweekly · Weekly

member_idsstringrequired

Multiple values are comma-separated; send all for everyone, or specific clients such as 1,2,3.

prioritynumberrequired

Processing priority. Interpret the value and sort order according to the allowed-value definitions. This field is required.

remarkstring
statusstringrequired

Target state to set through this request. This field is required.

enabled · Enabledisabled · Disable

time_zonestringrequired

Time zone used to calculate the daily cryptocurrency withdrawal limit. This field is required.

ET · US Eastern TimeCT · US Central TimeHKT · Hong Kong Time

updaterstring
withdrawal_cryptostring

Responses

HTTP 200The request was processed successfully. The response data does not contain additional business fields.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs