---
title: "Retrieve an offramp rate"
method: GET
path: "/v2/offramps/rates"
tags: ["Offramp"]
---

# Retrieve an offramp rate

`GET /v2/offramps/rates`

Offramp rates are estimated rates for offramp conversions from different cryptocurrencies on different networks into all the different fiat currencies.

## Query parameters

- `fromCurrency` 'usdc', required
- `toCurrency` 'usd' | 'brl' | 'mxn' | 'ugx' | 'ngn' | 'kes' | 'tzs' | 'mwk' | 'xaf' | 'bwp' | 'zar' | 'usd-hka' | 'usd-chn' | 'cny' | 'hkd' | 'sgd' | 'usd-sgp', required

## Response `200`

Success

- OfframpConversionRateObject
  - `fromCurrency` 'usdc' — source currency
  - `toCurrency` 'usd' | 'brl' | 'mxn' | 'ugx' | 'ngn' | 'kes' | 'tzs' | 'mwk' | 'xaf' | 'bwp' | 'zar' | 'usd-hka' | 'usd-chn' | 'cny' | 'hkd' | 'sgd' | 'usd-sgp' — target currency
  - `conversionRate` string
  - `conversionRates` object[]
    - `transferType` string — when `transferType` is `default`, this is the conversion rate for the default transfer type
    - `conversionRate` string

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifibridge/apis/hifi-api.md) · [All operations](https://skmtc.net/hifibridge/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifibridge/hifi-api/revisions/74d9e530fbea/schema)
