Skip to main content
GET
/
issuer-quote
/
settlement-availability
Get Issuer Quote Settlement Availability
curl --request GET \
  --url https://api.paxos.com/v2/issuer-quote/settlement-availability \
  --header 'Authorization: Bearer <token>'
{
  "buy_quantity": "123.456",
  "sell_quantity": "0.000",
  "market": "PAXGUSD",
  "snapshot_at": "2025-01-01T00:00:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paxos.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth Scope
exchange:write_issuer_quote

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 →

Query Parameters

market
string
required

Trading pair for the quote. Only "PAXGUSD" is currently supported.

Response

200 - application/json

A successful response.

buy_quantity
string
required

Maximum PAXG quantity available for immediate (T+0) purchase, to 3 decimal places. Returns "0.000" when the gold market is closed or unavailable.

sell_quantity
string
required

Always "0.000" — PAXG sell settlement is T+1, not instant.

market
string
required

Trading pair for the issuer quote.

snapshot_at
string<date-time>
required

Approximate time at which availability was computed.