decode_vin
Decode a VIN into vehicle specs and original factory warranty coverage. Returns make, model, year, engine, body, drive, plus basic/powertrain/corrosion/roadside/EV-battery terms.
Instructions
Decode any 17-char VIN via NHTSA vPIC — normalized make/model/year/engine/body/drive — PLUS a factory-warranty block giving the ORIGINAL new-vehicle warranty terms as sold (basic/powertrain/corrosion/roadside/EV-battery), keyed off the decoded make + model-year (NOT warranty-remaining; excludes extended-warranty campaigns, recalls, and emissions warranties). Costs $0.01 per call. Pays USDC on Base via x402. Compute-first, settle-after: Vindex computes the full answer BEFORE charging, so you are never billed for an error or a below-threshold answer. Requires EVM_PRIVATE_KEY with USDC on Base Mainnet when the API is in live mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | 17-character VIN, e.g. 1FTFW1ET5DFC10312 |