v1
latestOpenAPI 3.0.02026-07-2640301.0 MBWatchlist Endpoints
gcm/watchlist/rates
Get a list of fx rates for a wacthlisted currency.
get/gcm/watchlist/rates
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Currencystring
The currency you want to get rates for
LookBackstring
The lookback period, valid values are: day, week, month, year. Default is day
Processorstring
The processor
Response
Example response
{
"FxRates": {
"0": {
"FxRate": "1.0839700000",
"DateAdded": "2024-08-13 21:57:28"
}
}
}