---
title: "Create Quote"
method: POST
path: "/v1/ramp/conversion/quote"
tags: ["Conversions"]
---

# Create Quote

`POST /v1/ramp/conversion/quote`

Exchange rate quote for currency conversion.
[  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Headers

- `x-on-behalf-of` string

## Request body

- QuoteCreateRequest
  - `sell_currency` string, required — Selling currency.\ For crypto-to-crypto, only USDT with one other supported coin is allowed.
  - `buy_currency` string, required — Buying currency. \ For crypto-to-crypto, only USDT with one other supported coin is allowed.
  - `amount` string, required — Amount for conversion
  - `fixed_currency` string, required — The currency to fix the amount for (either sell or buy currency). \ If either side is volatile (for example BTC or ETH), only USDT is allowed.

## Response `200`

Quote created successfully

- QuoteCreateResponse
  - `code` integer, required
  - `message` string, required
  - `data` QuoteResponse, required
    - `quote_id` string, uuid, required — Quote ID
    - `sell_currency` string, required — Selling currency
    - `sell_amount` string, required — Selling amount
    - `buy_currency` string, required — Buying currency
    - `buy_amount` string, required — Buying amount
    - `currency_pair` string, required — Currency pair
    - `direct_rate` string, required — Direct exchange rate
    - `inverse_rate` string, required — Inverse exchange rate
    - `processing_fee` string, required — Processing fee
    - `network_fee` string, required — Network fee
    - `valid_from` string, date-time, required — Quote validity start time (ISO 8601)
    - `valid_to` string, date-time, required — Quote validity end time (ISO 8601)

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
