v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Watchlist 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

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Error message if any

Example response

{
  "Watchlist": {
    "0": {
      "Currency": "Australian Dollar",
      "ShortForm": "AUD",
      "FxRate": "1.0839700000"
    }
  }
}