---
title: "gcm/watchlist/rates"
method: GET
path: "/gcm/watchlist/rates"
tags: ["Watchlist Endpoints"]
---

# gcm/watchlist/rates

`GET /gcm/watchlist/rates`

Get a list of fx rates for a wacthlisted currency.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Currency` string
- `LookBack` string
- `Processor` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Error message if any
  - `FxRates` object — The list of fx rates
    - `0` object
      - `FxRate` string — The foreign exchange rate
      - `DateAdded` string — The date the rate was added

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
