---
title: "Create a quote"
method: POST
path: "/v3/fx/quote"
---

# Create a quote

`POST /v3/fx/quote`

## Request body

- object
  - `initial_currency` string, required — 3 Letter Currency Code, in ISO format
  - `initial_amount` integer — Amount in cents. For decimal handling for various currencies, refer to the guide <a href="/API-Reference/appendix/Decimal-Currencies">here</a>
  - `final_currency` string, required — 3 Letter Currency Code, in ISO format
  - `converted_amount` integer — Amount in cents. For decimal handling for various currencies, refer to the guide <a href="/API-Reference/appendix/Decimal-Currencies">here</a>

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `initial_currency` string
  - `final_currency` string
  - `initial_amount` integer
  - `exchange_rate` number
  - `converted_amount` integer
  - `created_at` string
  - `updated_at` string
  - `valid_until` string
  - `status` string

---

[API](https://skmtc.net/tazapay/apis/sandbox.md) · [All operations](https://skmtc.net/tazapay/apis/sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tazapay/sandbox/versions/bf5f4b8f6f5d/schema)
