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
Example response
{
"tradingDays": [
"string"
],
"nonTradingDays": {
"days": [
"string"
],
"weekendDays": [
"MONDAY"
]
}
}