---
title: "Create Issuer Quote"
method: POST
path: "/issuer-quote"
tags: ["Issuer Quotes"]
---

# Create Issuer Quote

`POST /issuer-quote`

Creates a request for a quote where Paxos is the issuer. Note that PAXG quotes will be unavailable when the London gold market is closed.

## Request body

- CreateIssuerQuoteRequest
  - `profile_id` string, required — The profile ID under which to execute this order.
  - `market` string, required — Trading pair for the quote. Only "PAXGUSD" is currently supported.
  - `side` 'BUY' | 'SELL', required — Trade side.
  - `base_amount` string, decimal, required — The amount of assets (crypto) to mint or redeem.

## Response `200`

A successful response.

- CreateIssuerQuoteResponse
  - `quote_id` string, required — The ID of the held issuer quote for buying or selling an asset.
  - `market` string, required — Trading pair for the issuer quote.
  - `side` 'BUY' | 'SELL', required — Trade side.
  - `quantity` string, decimal, required — Amount of asset (crypto) in the issuer quote.
  - `price` string, decimal, required — Cost per unit of the asset.
  - `fee` string, decimal, required — Fee to pay for the transaction.
  - `quote_amount` string, decimal, required — Amount of fiat to spend or acquire using the issuer quote, excluding fees.
  - `expires_at` string, date-time, required — The time at which the issuer quote expires.

---

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