mirrored listing x402 solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Batch VIN decode via NHTSA vPIC, up to 25 VINs per call -- same fields as single decode, r

Batch VIN decode via NHTSA vPIC, up to 25 VINs per call -- same fields as single decode, returned per VIN. Built for fleet underwriting.

Do you run x402-service-production-e242.up.railway.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-10
updated

Provider

x402-service-production-e242.up.railway.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "4JVizZAF12UxgMF1Fi1nqcrfBhuuCpHiRM7o9FFfeGdc",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "results": [
            {
              "make": "Honda",
              "model": "Accord",
              "vin": "1HGCM82633A123456",
              "year": 2020
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "vins": {
                  "description": "Semicolon-separated list of up to 25 17-character VINs",
                  "type": "string"
                }
              },
              "required": [
                "vins"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://x402-service-production-e242.up.railway.app/vin-decode-batch"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-service-production-e242.up.railway.app/vin-decode-batch");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402-service-production-e242.up.railway.app/vin-decode-batch")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/15149.json, and this resource appears in /discovery/resources and /discovery/search.