Retrieve the latest exchange rates for one or more specified currency pairs. The returned rates reflect the actual conversion rates applied by UQPAY.
If currency_pairs is not provided, exchange rates for all available currency pairs will be returned.
If the request includes unsupported currency pairs, they will be listed in the unavailable_currency_pairs field of the response.
The API token for login provided by UQPay.
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.
A comma-separated string of currency pairs to query. Each pair must be a 6-letter uppercase code (e.g., USDEUR, USDJPY).
Multiple pairs can be provided, separated by commas, up to a maximum of 100 pairs.
"USDEUR,USDJPY"