currency_exchange_rates
List the exchange rate for the from and to-currency on the requested date.
List the exchange rate for the from and to-currency on the requested date.
get/v1/exchange-rates/{from}/{to}/{date}
Path parameters
fromstring required
Example:EUR
The currency code of the 'from' currency.
tostring required
Example:USD
The currency code of the 'to' currency.
datestring string required
Query parameters
limitinteger
Example:10
Number of items per page. The default pagination is per 50 items.
pageinteger
Example:1
Page number. The default pagination is per 50 items.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
A list of currency exchange rates.
Changes
No recorded changes to this endpoint across all 1 revision of this API.