---
title: "Get Quote"
method: GET
path: "/api/quote"
---

# Get Quote

`GET /api/quote`

The GetQuote endpoint allows retrieving current rate quotes for fiat/crypto pairs.

## Query parameters

- `partner` string
- `t` string
- `pyms` string

## Response `200`

200

- object
  - `digital_money` object
    - `currency` string
    - `amount` number
  - `fiat_money` object
    - `currency` string
    - `amount` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/simplex/apis/transactions.md) · [All operations](https://skmtc.dev/simplex/apis/transactions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplex/transactions/revisions/6070cdb42020/schema)
