v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Payments

Get trading days for a currency pair

Returns the next available trading days and non-trading days (including weekends) for a given source and destination currency pair.

get/trading-days

Query parameters

accountIdstring required

The ID of the account to work with.

Example:F50091
sourceCurrencyCodestring required

The currency code, in ISO-4217 format.

Example:USD
destinationCurrencyCodestring required

The currency code, in ISO-4217 format.

Example:USD

Response

OK

tradingDaysstring[] required

The next available spot days

Example response

{
  "tradingDays": [
    "string"
  ],
  "nonTradingDays": {
    "days": [
      "string"
    ],
    "weekendDays": [
      "MONDAY"
    ]
  }
}