Skip to content
Cryptocurrency

Modify Coin Config

Uses ModifyCoinConfigRequest, shared with Create Currency Configuration, with an additional required id.

Request parameters

  • Required: id (Config ID), coin (Coin), chain_types (Chain Types), conversion_currency (Conversion Currency), conversion_rate (Conversion Rate), multi_name (Multi Name), icon (Icon), support_deposit (Support Deposit), support_withdraw (Support Withdraw), deposit_need_micro_verification (Deposit Need Micro Verification), quantity_precision (Quantity Precision), quantity_round_mode (Quantity Round Mode)
  • Optional: max_per_withdraw (Max Per Withdraw), min_per_withdraw (Min Per Withdraw), daily_withdraw_limit (Daily Withdraw Limit), weekly_withdraw_limit (Weekly Withdraw Limit), remark (Remark)
  • See each field for its format, allowed values, default behavior, and business meaning.

Result

On success, the endpoint completes the described business operation. See the 200 response schema for returned data.

POSThttps://b-api.longbridge.xyz/v1/atm/va/modify/coin/config

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idnumberrequired

Config ID associated with this request.

coinstringrequired

Specifies Coin. This field is required.

chain_typesstringrequired

Specifies Chain Types. This field is required.

conversion_currencystringrequired

Specifies Conversion Currency. This field is required.

conversion_ratestringrequired

Specifies Conversion Rate. This field is required.

multi_namestringrequired

A JSON string {zh-CN, zh-HK, en}.

iconstringrequired

Specifies Icon. This field is required.

support_depositstringrequired

Specifies Support Deposit. This field is required.

Allowed values:

  • yes - Enable
  • no - Close

yes · Enableno · Close

support_withdrawstringrequired

Specifies Support Withdraw. This field is required.

Allowed values:

  • yes - Yes
  • no - No

yes · Yesno · No

deposit_need_micro_verificationstringrequired

Specifies Deposit Need Micro Verification. This field is required.

Allowed values:

  • yes - Enable
  • no - Close

yes · Enableno · Close

quantity_precisionnumberrequired

Specifies Quantity Precision. This field is required.

quantity_round_modestringrequired

round = round half up; truncate = truncate directly.

Allowed values:

  • round - Round
  • truncate - Truncate

round · Roundtruncate · Truncate

max_per_withdrawstring

Specifies Max Per Withdraw.

min_per_withdrawstring

Specifies Min Per Withdraw.

daily_withdraw_limitstring

Specifies Daily Withdraw Limit.

weekly_withdraw_limitstring

Specifies Weekly Withdraw Limit.

remarkstring

Specifies Remark.

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