---
title: "GET /convert"
method: GET
path: "/convert"
tags: ["currency", "crypto", "plan-one", "plan-extra", "plan-premium"]
---

# GET /convert

`GET /convert`

Convert an amount of one currency into another currency (supports physical and digital currencies)

## Query parameters

- `from` string — Currency code for a physical or digital/cryptocurrency
- `to` string, required — Currency code for a physical or digital/cryptocurrency
- `amount` number, float, required
- `precision` integer

## Response `200`

Success

- object
  - `base` string — Currency code for a physical or digital/cryptocurrency
  - `ms` number — Server response time in milliseconds
  - `amount` number, float
  - `result` object
    - `rate` number, float

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Forbidden
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/fastforex/apis/fastforex-io.md) · [All operations](https://skmtc.dev/fastforex/apis/fastforex-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastforex/fastforex-io/revisions/140f748aaf10/schema)
