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.longbridge.xyz/v1/atm/va/add/coin/withdraw/limit

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idstring

Config ID associated with this request.

creatorstring

Specifies Creator.

cut_timestringrequired

Specifies Cut Time. This field is required.

exchange_currencystringrequired

Specifies Exchange Currency. This field is required.

Allowed values:

  • USD - US Dollar
  • CNY - Chinese Yuan
  • HKD - Hong Kong Dollar

USD · US DollarCNY · Chinese YuanHKD · Hong Kong Dollar

frequency_limitstring

Specifies Frequency Limit.

limit_amountstringrequired

Specifies Limit Amount. This field is required.

limit_typestring

Specifies Limit Type.

Allowed values:

  • daily - Daily
  • weekly - Weekly

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

Specifies Remark.

statusstringrequired

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

Allowed values:

  • enabled - Enable
  • disabled - Disable

enabled · Enabledisabled · Disable

time_zonestringrequired

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

Allowed values:

  • ET - US Eastern Time
  • CT - US Central Time
  • HKT - Hong Kong Time

ETCTHKT

updaterstring

Specifies Updater.

withdrawal_cryptostring

Specifies Withdrawal Crypto.

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