Skip to main content
GET
List Conversion Dates

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPay.

Headers

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

Query Parameters

currency_from
string
required

The currency being sold in the conversion. This is the source currency that will be exchanged. Currency codes follow the ISO 4217 standard.

Example:

"USD"

currency_to
string
required

The currency being purchased in the conversion. This is the target currency that will be received after the exchange. Currency codes follow the ISO 4217 standard.

Example:

"SGD"

Response

200 - application/json

OK - Successfully listed available conversion date.

date
string
required

The available conversion date. This represents a specific date when a currency conversion can be executed.

Example:

"2024-08-26"

valid
boolean
required

Whether this date is available for conversion.

Example:

true