---
title: "Get Cryptocurrency Exchange Rate"
method: GET
path: "/v3/exchange_rates/crypto"
tags: ["Exchange Rates"]
---

# Get Cryptocurrency Exchange Rate

`GET /v3/exchange_rates/crypto`

The Crypto Exchange Endpoint allows you to convert any amount in USD or Local Currency to the specified Cryptocurrency.

## Query parameters

- `currency` string, required
- `amount` number, float
- `crypto` string, required

## Response `200`

Currency exchange correctly returned.

- CryptoExchangeResponse
  - `fx_rate` number, float — Exchange rate of the cryptocurrency against the base currency.
  - `converted_amount` number, float — Amount in the cryptocurrency specified.
  - `fee` number, float — Fee for converting the specified amount to the cryptocurrency.

## Other responses

- `401` — Invalid credentials error.

---

[API](https://skmtc.dev/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.dev/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d24/docs-d24-com/revisions/fb0e2ddec198/schema)
