---
title: "Get Issuer Quote Settlement Availability"
method: GET
path: "/issuer-quote/settlement-availability"
tags: ["Issuer Quotes"]
---

# Get Issuer Quote Settlement Availability

`GET /issuer-quote/settlement-availability`

Returns the maximum PAXG quantity available for immediate (T+0) purchase.
Note that availability will be zero when the London gold market is closed or unavailable.
Sell settlement is always T+1, so sell_quantity is always "0.000".

## Query parameters

- `market` string, required

## Response `200`

A successful response.

- GetIssuerQuoteSettlementAvailabilityResponse
  - `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.

---

[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)
