List all custom FX rates for your account. Optionally filter by external reference and/or currency pair.
GET
/v2/api/fxrates
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/fxrates' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"exchangeDate": "string",
"externalReference": "my-ref",
"fromCurrency": "USD",
"fromDate": "string",
"id": 1,
"rate": 0.92,
"toCurrency": "EUR",
"toDate": "string"
}
]
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}