---
title: "Fetch Quote"
method: GET
path: "/v3/fx/quote/{id}"
---

# Fetch Quote

`GET /v3/fx/quote/{id}`

## Path parameters

- `id` string, required

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