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

# Get Exchange Rates

`GET /v1/wallets/{walletId}/withdraw/fiat/rates`

Get Exchange Rates

## Query parameters

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

## Request body

- object
  - `assets` object[]
    - `address` string
    - `amount` string
    - `id` string
    - `reference` string
  - `code` string

## Response `200`

200

- object
  - `data` number
  - `message` string
  - `status` boolean

## Other responses

- `404` — 404 - Asset not found

---

[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)
