v1
latestOpenAPI 3.0.02026-07-26117342409.6 KBQuotes
List Quotes
List quotes for buying or selling assets. By default, the list will include the latest available quotes for both buying and selling all supported assets.
Each quote is valid until expires_at, and can be executed on by calling Create Quote Execution.
Multiple calls to list quotes in quick succession may return the same quote values. Paxos currently issues new quotes at most once per second.
get/quotes
Query parameters
marketsstring[] required
Response
A successful response.
Example response
{
"items": [
{
"id": "366a26d2-3098-4226-a520-4bb43ae4d922",
"market": "BTCUSD",
"side": "BUY",
"price": "6001.2",
"base_asset": "BTC",
"quote_asset": "USD",
"created_at": "2020-01-17T18:36:08Z",
"expires_at": "2020-01-17T18:36:38Z"
}
]
}