Skip to content
Currency Setup

Edit Currency Config

Edit Currency Config.

Request parameters

  • Required: id (Config ID), currency_iso (Currency ISO), currency (Currency), icon (Icon), logo (Logo), support_withdraw (Support Withdraw), support_exchange (Support Exchange), min_withdrawal_amount (Min Withdrawal Amount), min_exchange_amount (Min Exchange Amount), exchange_rate_precision (Exchange Rate Precision), amount_precision (Amount Precision), amount_round_mode (Amount Round Mode), standard_money (Standard Money), abbreviation_multi_name (Abbreviation Multi Name), multi_name (Multi Name), json_config (JSON Config)
  • Optional: cash_amount (Min Cash Amount), remarks (Remarks), audit_frontend_resource (Audit Context)
  • 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.

PUThttps://b-api.lbkrs.com/atm/currency/config

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.update_current_config

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

Request body application/json

idstringrequired

Config ID associated with this request.

currency_isostringrequired

This field is required.

currencystringrequired

Currency code used for this request. This field is required.

iconstringrequired

This field is required.

logostringrequired

This field is required.

cash_amountstring
support_withdrawstringrequired

Ultimately merged into json_config.

yes · Yesno · No

support_exchangestringrequired

Ultimately merged into json_config.

yes · Yesno · No

min_withdrawal_amountstringrequired

This field is required.

min_exchange_amountstringrequired

This field is required.

exchange_rate_precisionnumberrequired

This field is required.

amount_precisionstringrequired

Number of decimal places retained for monetary amounts. This field is required.

0 · No decimal places1 · One decimal place2 · Two decimal places

amount_round_modestringrequired

This field is required.

standard_moneystringrequired

Specifies Standard Money. This field is required.

yes · Yesno · No

remarksstring

Remarks saved with this operation.

abbreviation_multi_namestringrequired

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

multi_namestringrequired

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

json_configstringrequired

JSON string {app_show, support_withdraw, support_exchange, support_deposit}.

audit_frontend_resourceobject

Provides audit context for this operation.

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