---
title: "Get reference rate"
method: GET
path: "/ledger/cash-deposits/rates"
tags: ["ledger-cash deposits"]
---

# Get reference rate

`GET /ledger/cash-deposits/rates`

Get reference rate for cash deposits, from the pay-in currency to the account currency.

## Query parameters

- `accountCurrency` string, required
- `payinCurrency` string, required

## Response `200`

Rate retrieved

- TransferRate
  - `accountCurrency` string, required
  - `cashCurrency` string, required — The cash (fiat) currency. For cash payments this is the payout currency; for cash deposits the pay-in currency.
  - `rate` number, required

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/versions/29661adc1ffc/schema)
