Quotes

live

The live book per instrument

GET/v2/quotes

Multi-quote: one call, up to 20 instruments

Query parameters

ParameterType
curl "https://api.cardog.app/v2/quotes?refs=model-year:honda/cr-v/2026,model-year:toyota/rav4/2026" \
  -H "x-api-key: $CARDOG_API_KEY"

Response 200 — MultiQuote

FieldType

Example response

1 keys
"response": {
"quotes": [
0: {13 items},
1: {13 items}
]
}

Errors — every non-2xx body is the error envelope: 400, 401, 402, 429, 500

GET/v2/quotes/{ref}

The live book for one instrument

Path parameters

ParameterType
curl "https://api.cardog.app/v2/quotes/model-year:honda%2Fcr-v%2F2026" \
  -H "x-api-key: $CARDOG_API_KEY"

Response 200 — Quote

FieldType

Example response

13 keys
"response": {
"ref": "model-year:toyota/rav4/2021",
"grain": "mmy",
"liveCount": 3446,
"bestPrice": 17285,
"priceP25": 29645,
"priceMedian": 32588,
"priceP75": 35900,
"avgDomDays": 206,
"cuts30d": 100,
"avgCutPct30d": 3.24,
"sightings30d": 340,
"asOf": "2026-07-12T02:35:22.181Z",
"links": {
"instrument": "/v2/instruments/model-year%3Atoyota%2Frav4%2F2021",
"history": "/v2/tape/history/model-year%3Atoyota%2Frav4%2F2021"
}
}

Errors — every non-2xx body is the error envelope: 400, 401, 402, 404, 429, 500

Generated from the contract. Machine-readable spec: GET https://api.cardog.app/v2/openapi.json · markdown twin: /docs/reference/quotes.md