Skip to main content
POST
Create Issuer Quote
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
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
enum<string>
required

Trade side.

Available options:
BUY,
SELL
base_amount
string<decimal>
required

The amount of assets (crypto) to mint or redeem.

Response

200 - application/json

A successful response.

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
enum<string>
required

Trade side.

Available options:
BUY,
SELL
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.