List Exchange Rates
Retrieves a list of exchange rates with optional currency and date filters. When filtering by both from_currency and to_currency, results are returned in the requested direction regardless of how they are stored internally.
Query parameters
Pagination cursor. Mutually exclusive with other query parameters
Filter by source currency code (ISO 4217).
Source currency codes to match (ISO 4217). Comma-separated list. Matches either side of the currency pair.
Filter by target currency code (ISO 4217).
Target currency codes to match (ISO 4217). Comma-separated list. Matches either side of the currency pair.
Filter exchange rates on or after this date.
Filter exchange rates on or before this date.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 3 revisions of this API.