---
title: "Get a FX quote"
method: GET
path: "/fx/quotes/{quoteId}"
---

# Get a FX quote

`GET /fx/quotes/{quoteId}`

[Available in Production/Sandbox environment] Retrieve an existing FX quote by ID.

## Path parameters

- `quoteId` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Quote ID, prefixed with `fx_quote_`.
    - `type` string — Resource type. Always `fxQuote`.
    - `attributes` object
      - `rate` number — FX rate applied (from → to).
      - `from` object — Source currency and amount.
        - `currency` string
        - `amount` string
      - `to` object — Target currency and computed amount.
        - `currency` string
        - `amount` string
      - `tenor` string — Settlement speed. Currently only `instant` is supported.
      - `createdAt` string — ISO 8601 timestamp of quote creation (Singapore timezone).
      - `expiresAt` string — ISO 8601 timestamp of quote expiry (Singapore timezone).

## Other responses

- `404` — Not Found

---

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