Resource / 160
healthy2s.
Decode a 17-character VIN to manufacturer-supplied vehicle metadata via NHTSA's vPIC database. Returns identity (year, make, model, trim, series, body class, manufacturer), assembly plant (city, state, country), engine (cylinders, displacement, HP, fuel type, configuration, engine model), transmission (style, speeds), and body/weight specs. Curated to the ~30 fields agents actually use from vPIC's ~140-field response. Backed by NHTSA.gov; data is public-domain US government records.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 6000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5 |
| active | solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp | exact | 6000 | EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v | TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
healthy 2026-08-12 22:00:00 UTC GET · HTTP 402 · 66ms · accepts 2 · base 1 ok
Accepts snapshot
[
{
"amount": "6000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"assetTransferMethod": null,
"extra": {
"name": "USD Coin",
"version": "2"
},
"maxTimeoutSeconds": 60,
"network": "eip155:8453",
"payTo": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
"paymentFlow": null,
"raw": {
"amount": "6000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"maxTimeoutSeconds": 60,
"max_timeout_seconds": 60,
"network": "eip155:8453",
"payTo": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
"pay_to": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
"scheme": "exact"
},
"scheme": "exact"
},
{
"amount": "6000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"assetTransferMethod": null,
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"name": "USDC",
"version": "1"
},
"maxTimeoutSeconds": 60,
"network": "solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp",
"payTo": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
"paymentFlow": null,
"raw": {
"amount": "6000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"name": "USDC",
"version": "1"
},
"maxTimeoutSeconds": 60,
"max_timeout_seconds": 60,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
"pay_to": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
"scheme": "exact"
},
"scheme": "exact"
}
]
PaymentRequired raw
{
"accepts": [
{
"amount": "6000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"maxTimeoutSeconds": 60,
"network": "eip155:8453",
"payTo": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
"scheme": "exact"
},
{
"amount": "6000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"name": "USDC",
"version": "1"
},
"maxTimeoutSeconds": 60,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
"scheme": "exact"
}
],
"error": "PAYMENT-SIGNATURE required",
"extensions": {
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"modelYear": 1949,
"vin": "xxxxxxxxxxxxxxxxx"
},
"type": "http"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"modelYear": {
"description": "Optional model-year hint — disambiguates VINs where the year-digit wraps (A=1980/2010, etc.).",
"maximum": 2099,
"minimum": 1949,
"type": "integer"
},
"vin": {
"description": "17-character VIN. Case-insensitive. Excludes letters I, O, and Q per VIN standard.",
"maxLength": 17,
"minLength": 17,
"type": "string"
}
},
"required": [
"vin"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
},
"resource": {
"description": "Decode a 17-character VIN to manufacturer-supplied vehicle metadata via NHTSA's vPIC database. Returns identity (year, make, model, trim, series, body class, manufacturer), assembly plant (city, state, country), engine (cylinders, displacement, HP, fuel type, configuration, engine model), transmission (style, speeds), and body/weight specs. Curated to the ~30 fields agents actually use from vPIC's ~140-field response. Backed by NHTSA.gov; data is public-domain US government records.",
"iconUrl": "https://2s.io/icon-512.png",
"mimeType": "application/json",
"serviceName": "2s",
"tags": [
"public-records",
"identifiers",
"ai-agents",
"us-gov-data",
"x402",
"upto-billing",
"ai-gateway",
"agent-infrastructure"
],
"url": "https://2s.io/api/vehicle/vin-decode"
},
"x402Version": 2
}
Response headers
{
"access-control-allow-headers": "Authorization, Content-Type",
"access-control-allow-methods": "GET, POST, OPTIONS",
"access-control-allow-origin": "*",
"access-control-max-age": "86400",
"age": "0",
"cache-control": "public, max-age=0, must-revalidate",
"content-security-policy": "default-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self'; frame-ancestors 'none'; base-uri 'none'",
"content-type": "application/json",
"date": "Wed, 12 Aug 2026 22:00:00 GMT",
"payment-required": "eyJ4NDAyVmVyc2lvbiI6MiwiYWNjZXB0cyI6W3sic2NoZW1lIjoiZXhhY3QiLCJuZXR3b3JrIjoiZWlwMTU1Ojg0NTMiLCJhbW91bnQiOiI2MDAwIiwiYXNzZXQiOiIweDgzMzU4OWZDRDZlRGI2RTA4ZjRjN0MzMkQ0ZjcxYjU0YmRBMDI5MTMiLCJwYXlUbyI6IjB4MmI2RDQ5ODhEYjQ3MjNFNjkwOERiODZBYjJiOGRGQmM1MUZDMzJDNSIsIm1heFRpbWVvdXRTZWNvbmRzIjo2MCwiZXh0cmEiOnsibmFtZSI6IlVTRCBDb2luIiwidmVyc2lvbiI6IjIifX0seyJzY2hlbWUiOiJleGFjdCIsIm5ldHdvcmsiOiJzb2xhbmE6NWV5a3Q0VXNGdjhQOE5KZFRSRXBZMXZ6cUtxWkt2ZHAiLCJhbW91bnQiOiI2MDAwIiwiYXNzZXQiOiJFUGpGV2RkNUF1ZnFTU3FlTTJxTjF4enliYXBDOEc0d0VHR2tad3lURHQxdiIsInBheVRvIjoiVFc2bnRhR3p2ajYzWmdQanN6ZDRGQ0dtVlRHZnp2MU1BWVpialljeVdobiIsIm1heFRpbWVvdXRTZWNvbmRzIjo2MCwiZXh0cmEiOnsibmFtZSI6IlVTREMiLCJ2ZXJzaW9uIjoiMSIsImZlZVBheWVyIjoiSGMzc2RFQXNDR1FjcGdmaXZ5d29nOXV3dGs4Z1VCVVpnc3hkTUUxRUp5ODgifX1dLCJyZXNvdXJjZSI6eyJ1cmwiOiJodHRwczovLzJzLmlvL2FwaS92ZWhpY2xlL3Zpbi1kZWNvZGUiLCJkZXNjcmlwdGlvbiI6IkRlY29kZSBhIDE3LWNoYXJhY3RlciBWSU4gdG8gbWFudWZhY3R1cmVyLXN1cHBsaWVkIHZlaGljbGUgbWV0YWRhdGEgdmlhIE5IVFNBJ3MgdlBJQyBkYXRhYmFzZS4gUmV0dXJucyBpZGVudGl0eSAoeWVhciwgbWFrZSwgbW9kZWwsIHRyaW0sIHNlcmllcywgYm9keSBjbGFzcywgbWFudWZhY3R1cmVyKSwgYXNzZW1ibHkgcGxhbnQgKGNpdHksIHN0YXRlLCBjb3VudHJ5KSwgZW5naW5lIChjeWxpbmRlcnMsIGRpc3BsYWNlbWVudCwgSFAsIGZ1ZWwgdHlwZSwgY29uZmlndXJhdGlvbiwgZW5naW5lIG1vZGVsKSwgdHJhbnNtaXNzaW9uIChzdHlsZSwgc3BlZWRzKSwgYW5kIGJvZHkvd2VpZ2h0IHNwZWNzLiBDdXJhdGVkIHRvIHRoZSB+MzAgZmllbGRzIGFnZW50cyBhY3R1YWxseSB1c2UgZnJvbSB2UElDJ3MgfjE0MC1maWVsZCByZXNwb25zZS4gQmFja2VkIGJ5IE5IVFNBLmdvdjsgZGF0YSBpcyBwdWJsaWMtZG9tYWluIFVTIGdvdmVybm1lbnQgcmVjb3Jkcy4iLCJtaW1lVHlwZSI6ImFwcGxpY2F0aW9uL2pzb24iLCJzZXJ2aWNlTmFtZSI6IjJzIiwiaWNvblVybCI6Imh0dHBzOi8vMnMuaW8vaWNvbi01MTIucG5nIiwidGFncyI6WyJwdWJsaWMtcmVjb3JkcyIsImlkZW50aWZpZXJzIiwiYWktYWdlbnRzIiwidXMtZ292LWRhdGEiLCJ4NDAyIiwidXB0by1iaWxsaW5nIiwiYWktZ2F0ZXdheSIsImFnZW50LWluZnJhc3RydWN0dXJlIl19LCJlcnJvciI6IlBBWU1FTlQtU0lHTkFUVVJFIHJlcXVpcmVkIiwiZXh0ZW5zaW9ucyI6eyJiYXphYXIiOnsiaW5mbyI6eyJpbnB1dCI6eyJ0eXBlIjoiaHR0cCIsIm1ldGhvZCI6IkdFVCIsInF1ZXJ5UGFyYW1zIjp7InZpbiI6Inh4eHh4eHh4eHh4eHh4eHh4IiwibW9kZWxZZWFyIjoxOTQ5fX19LCJzY2hlbWEiOnsiJHNjaGVtYSI6Imh0dHBzOi8vanNvbi1zY2hlbWEub3JnL2RyYWZ0LzIwMjAtMTIvc2NoZW1hIiwidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsiaW5wdXQiOnsidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsidHlwZSI6eyJjb25zdCI6Imh0dHAifSwibWV0aG9kIjp7ImNvbnN0IjoiR0VUIn0sInF1ZXJ5UGFyYW1zIjp7InR5cGUiOiJvYmplY3QiLCJwcm9wZXJ0aWVzIjp7InZpbiI6eyJ0eXBlIjoic3RyaW5nIiwibWluTGVuZ3RoIjoxNywibWF4TGVuZ3RoIjoxNywiZGVzY3JpcHRpb24iOiIxNy1jaGFyYWN0ZXIgVklOLiBDYXNlLWluc2Vuc2l0aXZlLiBFeGNsdWRlcyBsZXR0ZXJzIEksIE8sIGFuZCBRIHBlciBWSU4gc3RhbmRhcmQuIn0sIm1vZGVsWWVhciI6eyJ0eXBlIjoiaW50ZWdlciIsIm1pbmltdW0iOjE5NDksIm1heGltdW0iOjIwOTksImRlc2NyaXB0aW9uIjoiT3B0aW9uYWwgbW9kZWwteWVhciBoaW50IOKAlCBkaXNhbWJpZ3VhdGVzIFZJTnMgd2hlcmUgdGhlIHllYXItZGlnaXQgd3JhcHMgKEE9MTk4MC8yMDEwLCBldGMuKS4ifX0sInJlcXVpcmVkIjpbInZpbiJdLCJhZGRpdGlvbmFsUHJvcGVydGllcyI6ZmFsc2V9fSwicmVxdWlyZWQiOlsidHlwZSIsIm1ldGhvZCIsInF1ZXJ5UGFyYW1zIl19fSwicmVxdWlyZWQiOlsiaW5wdXQiXX19fX0=",
"permissions-policy": "geolocation=(), camera=(), microphone=()",
"referrer-policy": "no-referrer",
"server": "Vercel",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload",
"transfer-encoding": "chunked",
"x-content-type-options": "nosniff",
"x-frame-options": "DENY",
"x-matched-path": "/api/vehicle/vin-decode",
"x-payment-requirements": "x402",
"x-vercel-cache": "MISS",
"x-vercel-id": "iad1::iad1::z75gw-1786572000422-f1ef38161296"
}
Response body
{
"accepts": [
{
"amount": "6000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"maxTimeoutSeconds": 60,
"network": "eip155:8453",
"payTo": "0x2b6D4988Db4723E6908Db86Ab2b8dFBc51FC32C5",
"scheme": "exact"
},
{
"amount": "6000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
"name": "USDC",
"version": "1"
},
"maxTimeoutSeconds": 60,
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "TW6ntaGzvj63ZgPjszd4FCGmVTGfzv1MAYZbjYcyWhn",
"scheme": "exact"
}
],
"error": "PAYMENT-SIGNATURE required",
"extensions": {
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"modelYear": 1949,
"vin": "xxxxxxxxxxxxxxxxx"
},
"type": "http"
},
"output": {
"example": {
"items": [
{
"bodyClass": "example",
"doors": "example",
"driveType": "example",
"engine": {
"configuration": "example",
"cylinders": "example",
"displacementL": "example",
"fuelTypePrimary": "example",
"hp": "example",
"model": "example"
},
"gvwrClass": "example",
"make": "example",
"manufacturer": "example",
"model": "example",
"modelYear": "example",
"plant": {
"city": "example",
"country": "example",
"state": "example"
},
"series": "example",
"transmission": {
"speeds": "example",
"style": "example"
},
"trim": "example",
"vehicleType": "example",
"vin": "example"
}
],
"ok": true,
"source": {
"license": "example",
"provider": "example",
"url": "example"
},
"total": 1
},
"schema": {
"additionalProperties": false,
"properties": {
"items": {
"items": {
"additionalProperties": false,
"properties": {
"bodyClass": {
"nullable": true,
"type": "string"
},
"doors": {
"nullable": true,
"type": "string"
},
"driveType": {
"nullable": true,
"type": "string"
},
"engine": {
"additionalProperties": false,
"properties": {
"configuration": {
"nullable": true,
"type": "string"
},
"cylinders": {
"nullable": true,
"type": "string"
},
"displacementL": {
"nullable": true,
"type": "string"
},
"fuelTypePrimary": {
"nullable": true,
"type": "string"
},
"hp": {
"nullable": true,
"type": "string"
},
"model": {
"nullable": true,
"type": "string"
}
},
"required": [
"cylinders",
"displacementL",
"hp",
"fuelTypePrimary",
"configuration",
"model"
],
"type": "object"
},
"gvwrClass": {
"nullable": true,
"type": "string"
},
"make": {
"nullable": true,
"type": "string"
},
"manufacturer": {
"nullable": true,
"type": "string"
},
"model": {
"nullable": true,
"type": "string"
},
"modelYear": {
"nullable": true,
"type": "string"
},
"plant": {
"additionalProperties": false,
"properties": {
"city": {
"nullable": true,
"type": "string"
},
"country": {
"nullable": true,
"type": "string"
},
"state": {
"nullable": true,
"type": "string"
}
},
"required": [
"city",
"state",
"country"
],
"type": "object"
},
"series": {
"nullable": true,
"type": "string"
},
"transmission": {
"additionalProperties": false,
"properties": {
"speeds": {
"nullable": true,
"type": "string"
},
"style": {
"nullable": true,
"type": "string"
}
},
"required": [
"style",
"speeds"
],
"type": "object"
},
"trim": {
"nullable": true,
"type": "string"
},
"vehicleType": {
"nullable": true,
"type": "string"
},
"vin": {
"type": "string"
}
},
"required": [
"vin",
"modelYear",
"make",
"model",
"trim",
"series",
"bodyClass",
"manufacturer",
"plant",
"engine",
"transmission",
"doors",
"driveType",
"vehicleType",
"gvwrClass"
],
"type": "object"
},
"type": "array"
},
"ok": {
"enum": [
true
],
"type": "boolean"
},
"source": {
"additionalProperties": false,
"properties": {
"license": {
"type": "string"
},
"provider": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"provider",
"url",
"license"
],
"type": "object"
},
"total": {
"description": "Total matching rows upstream; null when unknown.",
"nullable": true,
"type": "integer"
}
},
"required": [
"ok",
"items",
"total",
"source"
],
"type": "object"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"modelYear": {
"description": "Optional model-year hint — disambiguates VINs where the year-digit wraps (A=1980/2010, etc.).",
"maximum": 2099,
"minimum": 1949,
"type": "integer"
},
"vin": {
"description": "17-character VIN. Case-insensitive. Excludes letters I, O, and Q per VIN standard.",
"maxLength": 17,
"minLength": 17,
"type": "string"
}
},
"required": [
"vin"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"items": {
"items": {
"additionalProperties": false,
"properties": {
"bodyClass": {
"nullable": true,
"type": "string"
},
"doors": {
"nullable": true,
"type": "string"
},
"driveType": {
"nullable": true,
"type": "string"
},
"engine": {
"additionalProperties": false,
"properties": {
"configuration": {
"nullable": true,
"type": "string"
},
"cylinders": {
"nullable": true,
"type": "string"
},
"displacementL": {
"nullable": true,
"type": "string"
},
"fuelTypePrimary": {
"nullable": true,
"type": "string"
},
"hp": {
"nullable": true,
"type": "string"
},
"model": {
"nullable": true,
"type": "string"
}
},
"required": [
"cylinders",
"displacementL",
"hp",
"fuelTypePrimary",
"configuration",
"model"
],
"type": "object"
},
"gvwrClass": {
"nullable": true,
"type": "string"
},
"make": {
"nullable": true,
"type": "string"
},
"manufacturer": {
"nullable": true,
"type": "string"
},
"model": {
"nullable": true,
"type": "string"
},
"modelYear": {
"nullable": true,
"type": "string"
},
"plant": {
"additionalProperties": false,
"properties": {
"city": {
"nullable": true,
"type": "string"
},
"country": {
"nullable": true,
"type": "string"
},
"state": {
"nullable": true,
"type": "string"
}
},
"required": [
"city",
"state",
"country"
],
"type": "object"
},
"series": {
"nullable": true,
"type": "string"
},
"transmission": {
"additionalProperties": false,
"properties": {
"speeds": {
"nullable": true,
"type": "string"
},
"style": {
"nullable": true,
"type": "string"
}
},
"required": [
"style",
"speeds"
],
"type": "object"
},
"trim": {
"nullable": true,
"type": "string"
},
"vehicleType": {
"nullable": true,
"type": "string"
},
"vin": {
"type": "string"
}
},
"required": [
"vin",
"modelYear",
"make",
"model",
"trim",
"series",
"bodyClass",
"manufacturer",
"plant",
"engine",
"transmission",
"doors",
"driveType",
"vehicleType",
"gvwrClass"
],
"type": "object"
},
"type": "array"
},
"ok": {
"enum": [
true
],
"type": "boolean"
},
"source": {
"additionalProperties": false,
"properties": {
"license": {
"type": "string"
},
"provider": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"provider",
"url",
"license"
],
"type": "object"
},
"total": {
"description": "Total matching rows upstream; null when unknown.",
"nullable": true,
"type": "integer"
}
},
"required": [
"ok",
"items",
"total",
"source"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
},
"resource": {
"description": "Decode a 17-character VIN to manufacturer-supplied vehicle metadata via NHTSA's vPIC database. Returns identity (year, make, model, trim, series, body class, manufacturer), assembly plant (city, state, country), engine (cylinders, displacement, HP, fuel type, configuration, engine model), transmission (style, speeds), and body/weight specs. Curated to the ~30 fields agents actually use from vPIC's ~140-field response. Backed by NHTSA.gov; data is public-domain US government records.",
"iconUrl": "https://2s.io/icon-512.png",
"mimeType": "application/json",
"serviceName": "2s",
"tags": [
"public-records",
"identifiers",
"ai-agents",
"us-gov-data",
"x402",
"upto-billing",
"ai-gateway",
"agent-infrastructure"
],
"url": "https://2s.io/api/vehicle/vin-decode"
},
"x402Version": 2
}
Request headers
{
"accept": "*/*",
"user-agent": "Fetch402Bot/0.1 (+https://fetch402.com/crawler; contact: crawler@fetch402.com)"
}
Machine contract
Schemas.
{
"method": "GET",
"queryParams": {
"modelYear": 1949,
"vin": "xxxxxxxxxxxxxxxxx"
},
"type": "http"
}
{}