---
title: "Get FX Rate 💱"
method: GET
path: "/api/b2b/utilities/rates"
---

# Get FX Rate 💱

`GET /api/b2b/utilities/rates`

This endpoint retrieves the currency conversion rate and the converted amount from one currency to another.

## Query parameters

- `from` string, required
- `to` string, required
- `amount` integer

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `conversionRate` number
    - `convertedAmount` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
