---
title: "get reference rates"
method: GET
path: "/orders/quotes/reference-rate"
tags: ["orders-quotes"]
---

# get reference rates

`GET /orders/quotes/reference-rate`

## Query parameters

- `payoutCurrency` string, required
- `type` 'BUY' | 'SELL', required

## Response `200`

Success

- RateDto
  - `currency` string
  - `price` number
  - `lastUpdated` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `404` — Resource not found
- `500` — Server error

---

[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/revisions/35fe01ca087b/schema)
