Market Value API
Retrieve accurate market value data including trade-in, private party, and fair purchase prices for vehicles based on VIN or Year/Make/Model. Additional endpoints are available for listing years (/market-value/years), makes (/market-value/makes), and models (/market-value/models).
GET
Rate Limit: 10 RPS
Authentication
All API requests require an API key to be included in the x-api-key header.
Endpoint
GET /market-valueParameters
| Name | Type | Required |
|---|---|---|
| vin | string | Optional |
| year | string | Optional |
| make | string | Optional |
| model | string | Optional |