---
title: "Request for Quote (RFQ)"
method: GET
path: "/rfq"
tags: ["RFQ"]
---

# Request for Quote (RFQ)

`GET /rfq`

Get a quote for minting or redeeming tokens. Returns pricing, amounts, gas costs, and an RFQ ID that can be used to submit an order.

## Query parameters

- `pair` string, required
- `side` 'MINT' | 'REDEEM', required
- `size` string, required
- `type_` 'ALGO' | 'UI'
- `benefactor` string, required

## Response `200`

Successful RFQ response

- RFQResponse
  - `amount` string, required — Quote amount
  - `collateral_amount` string, required — Collateral amount in wei
  - `collateral_asset_address` string, required — Address of the collateral token
  - `gas` string, required — Gas cost in USD
  - `minting_contract_address` string, required — Address of the minting contract
  - `pair` string, required — Trading pair
  - `rfq_id` string, required — RFQ ID for order submission
  - `side` 'MINT' | 'REDEEM', required — Order side: MINT or REDEEM
  - `size` string, required — Order size

## Other responses

- `400` — Invalid request parameters or validation error
- `503` — Service temporarily unavailable (stale state or pricing issues)

---

[API](https://skmtc.net/ethena/apis/usde-minting-api.md) · [All operations](https://skmtc.net/ethena/apis/usde-minting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethena/usde-minting-api/revisions/be934981453a/schema)
