https://b-api.longbridge.xyz/forex/query_support_currencyAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Filters by creation time. The value is a comma-joined date range start,end, e.g. 2026-07-01,2026-07-01.
When omitted, no filtering is applied on this field.
Filters by the debit (source) currency, given as a three-letter currency code.
When omitted, no filtering is applied on this field.
USD · USDHKD · HKDSGD · SGDCNY · CNYAUD · AUDJPY · JPYGBP · GBPEUR · EURCAD · CADMYR · MYRAMD · AMDBGN · BGNBTN · BTNBWP · BWPBZD · BZDCDF · CDFCHF · CHFDKK · DKKGHS · GHSGMD · GMDGNF · GNFHRK · HRKHUF · HUFILS · ILSINR · INRIQD · IQDIRR · IRRISK · ISKLRD · LRDLYD · LYDMOP · MOPRUB · RUBUAH · UAHUGX · UGXUYI · UYIUYU · UYUUZS · UZSXAF · XAFXOF · XOFXSU · XSUYER · YERIDR · IDRTWD · TWDTHB · THBKRW · KRWNZD · NZD
Filters by the credit (target) currency, given as a three-letter currency code.
When omitted, no filtering is applied on this field.
USD · USDHKD · HKDSGD · SGDCNY · CNYAUD · AUDJPY · JPYGBP · GBPEUR · EURCAD · CADMYR · MYRAMD · AMDBGN · BGNBTN · BTNBWP · BWPBZD · BZDCDF · CDFCHF · CHFDKK · DKKGHS · GHSGMD · GMDGNF · GNFHRK · HRKHUF · HUFILS · ILSINR · INRIQD · IQDIRR · IRRISK · ISKLRD · LRDLYD · LYDMOP · MOPRUB · RUBUAH · UAHUGX · UGXUYI · UYIUYU · UYUUZS · UZSXAF · XAFXOF · XOFXSU · XSUYER · YERIDR · IDRTWD · TWDTHB · THBKRW · KRWNZD · NZD
Responses
HTTP 200The request was processed successfully. data.support_currency_resp is the list of currency-pair
configuration records grouped by source currency.codemessagedatadataobjectdata structureReturned value: List of currency-pair configuration records matching the query conditions, grouped by source currency. Each item represents one source currency and all of its target currencies.
Child attributes
Returned value: Debit (source) currency, a three-letter currency code.
Returned value: The target-currency configuration under this source currency,
provided as a JSON-encoded string. When parsed, it is an object whose id_to_ccy
field is an array of target currencies. Each array item contains:
id: Unique identifier of this "source-target" record, used for editing or deletion.to_ccy: Credit (target) currency, a three-letter currency code.default_currency: Whether this is the default target currency for the source currency;truemeans default.
Returned value: Created Time. The date or time format follows the value returned by the API.
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