---
title: "Get Exchange Rates"
method: GET
path: "/v2/wallets/{id}/withdraw/fiat/rates"
tags: ["Withdraw Fiat V2"]
---

# Get Exchange Rates

`GET /v2/wallets/{id}/withdraw/fiat/rates`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `assetId` string, uuid, required
- `currency` string, required
- `amount` string, required
- `provider` string

## Response `200`

Successful response.

- WithdrawFiatRateResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` WithdrawFiatRate, required
    - `rate` string, required — Fiat received per unit of the selected asset.
    - `amount` string, required — Asset amount used to calculate the rate.
    - `unlocked` boolean, required — Whether the resolved provider is already enabled and configured for this business.

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
