$0.01
per call · USD Coin on Base
Evaluate a used car before purchase. Compares the asking price with up to 50 current dealer listings in Canada or the U.S., matched by year, make, model, mileage and optional trim/location. Returns robust median and quartile pricing, deal rating, confidence, sample size and risk flags. Use for used-car price checks, negotiation prep and market comparisons.
Endpoint
GET https://x402-used-car-quickcheck-production.up.railway.app/car-check1
Calls / 30d
1
Unique payers / 30d
Aug 12
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://x402-used-car-quickcheck-production.up.railway.app/car-check", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402-used-car-quickcheck-production.up.railway.app/car-check?country=CA&make=Tesla&mileage=68000&model=Model+3&price=28000&state=ON&trim=Long+Range&year=2022" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asking_price": 28000,
"comparables": {
"analyzed_count": 39,
"market_total_matches": 116,
"outliers_removed": 3,
"raw_count": 42
},
"data_freshness": "live",
"market": {
"city": null,
"country": "CA",
"currency": "CAD",
"state": "ON"
},
"matching": {
"location_applied": true,
"mileage_range_km": {
"maximum": 92140,
"minimum": 43859
},
"trim_applied": true
},
"methodology": "Median and quartiles of mileage-matched active dealer asking prices after IQR outlier filtering.",
"mileage_km": 68000,
"payment_network": "Base Mainnet",
"position": {
"confidence": "HIGH",
"confidence_score": 84,
"difference_from_median": -4900,
"difference_percent": -14.89,
"estimated_savings_vs_median": 4900,
"rating": "GOOD DEAL"
},
"pricing": {
"median": 32900,
"observed_max": 37995,
"observed_min": 28900,
"quartile_high": 34995,
"quartile_low": 30995
},
"risk_flags": [],
"service": "Used Car QuickCheck",
"vehicle": "2022 Tesla Model 3 Long Range",
"version": "2.0.0"
}Payment details
0x735f74ede4361788d6634925d592711463be8164USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Up & similar services
Up · Image Text
x402-gateway-production.up.railway.app
Image generation with accurate text rendering using Ideogram v3 (best for logos, signage)
Up · RSI Reversion Swing BTC
signal-engine-production-d88d.up.railway.app
Individual arena strategy signal
Up · Remove Background
clearcut-production-bcc0.up.railway.app
Remove the background from an image URL and return a hosted transparent PNG URL. After evaluating the result, send a quick rating to POST /feedback using the returned feedback_id. Help us improve the service!