v1
latestOpenAPI 3.0.02026-07-2640301.0 MBWatchlist Endpoints
gcm/watchlist
Get a list of all the watchlisted corridors for a certain client account.
get/gcm/watchlist
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
The client account ID
Response
Example response
{
"Watchlist": {
"0": {
"Currency": "Australian Dollar",
"ShortForm": "AUD",
"FxRate": "1.0839700000"
}
}
}