TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 21:20 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,178

data vin decode derived

apiacre.comInferencederived

POST https://apiacre.com/v1/data/vin-decode

passlisted in Coinbase#50 by calls of 74 on this host

0.003 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 21:20 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 03:48 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 03:48 UTC · method · pinnable · 6 of 6 in 7d, 6 of 6 in 30d, 6 of 6 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 21:20 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 21:20 UTC · method · pinnable
Last called
2026-09-01 13:12 UTC
as of 2026-09-15 21:20 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.003 USDC
as of 2026-09-15 21:20 UTC · method · pinnable · on eip155:8453
Networks
2
as of 2026-09-15 21:20 UTC · method · pinnable

Counters

29 observations, 2 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 2,414 endpoints in Inference that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 1: 1,010 in the category are counted higher and 1,403 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 2 times across 29 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

data vin decode is one of 74 listed endpoints on apiacre.com, tied 50th by calls with 24 others among them.

Callers of data vin decode supply a json body with the fields vin and model_year.

data vin decode returns json; the example shows data, meta, service, version and request_id.

data vin decode drew a single call from a single payer in the trailing 30 days.

The last call to data vin decode came 14 days before the snapshot, 2026-09-01.

A call to data vin decode costs 0.003 USDC on Base, as declared.

2 payment options span Base and Solana, to 2 different wallets.

data vin decode, a POST endpoint on apiacre.com, appears in the Coinbase registry; TOLL's taxonomy puts it in inference.

data vin decode answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to data vin decode within inference: chat completions at agent402.tools and chat completions at api.jarvisclaw.ai.

Among comparable prices in inference, data vin decode sits above 13% of them.

The wallet paid by data vin decode is the payee of 74 endpoints on one host.

The seller's own tags are data, nhtsa, vpic and vehicle.

The price of data vin decode is declared by 62 other listings in inference too.

Payment options as declared

the payment options, as of 2026-09-15 21:20 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.003 USDCexact0xa0BFa4…24869B
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.003 USDCexactB4CHWQeQ…3HDLan

Preflight checks at the last sweep

the checks, as of 2026-09-15 03:48 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 03:48 UTCpass0daily-2026-09-15
2026-09-14 03:48 UTCpass0daily-2026-09-14
2026-09-13 03:48 UTCpass0daily-2026-09-13
2026-09-12 04:12 UTCpass0daily-2026-09-12
2026-09-11 09:26 UTCpass0daily-2026-09-11
2026-09-11 09:24 UTCpass0new-2026-09-11T09-23-46-473Z

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-01 13:12 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "vin": "1HGCM82633A004352",
      "model_year": 2003
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "data": {
        "vin": "1HGCM82633A004352",
        "decode": {
          "clean": true,
          "status": "clean",
          "errorText": "0 - VIN decoded clean. Check Digit (9th position) is correct",
          "apiMessage": "Results returned successfully. NOTE: Any missing decoded values should be int...",
          "errorCodes": [
            0
          ]
        },
        "source": {
          "dataset": "vPIC",
          "provider": "National Highway Traffic Safety Administration",
          "attribution": "NHTSA Product Information Catalog and Vehicle Listing (vPIC).",
          "endpointUrl": "https://vpic.nhtsa.dot.gov/api/vehicles/DecodeVinValuesExtended/1HGCM82633A00...",
          "documentationUrl": "https://vpic.nhtsa.dot.gov/api/"
        },
        "vehicle": {
          "make": "HONDA",
          "model": "Accord",
          "modelYear": 2003,
          "manufacturer": "AMERICAN HONDA MOTOR CO., INC.",
          "manufacturerId": 988
        },
        "limitations": [
          "Missing decoded values mean NHTSA has no data for that variable, not that a f...",
          "A decode does not establish ownership, title, registration, accident, theft, ...",
          "VINs can be linkable vehicle identifiers; do not use this result to identify ..."
        ],
        "retrievedAt": "2026-08-12T01:30:00+00:00",
        "missingFields": [
          "series",
          "driveType",
          "fuelTypeSecondary",
          "electrificationLevel",
          "engine.manufacturer",
          "plant.companyName",
          "occupancy.seats",
          "occupancy.seatRows"
        ],
        "modelYearHint": 2003,
        "decodedFieldCount": 20
      },
      "meta": {
        "cached": false,
        "sources": [],
        "warnings": [],
        "duration_ms": 42,
        "next_actions": []
      },
      "service": "data.vin-decode",
      "version": "1",
      "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a"
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "data vin decode on apiacre.com", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/apiacre-com-v1-data-vin-decode-00ff82/at/2026-09-15T21-20Z. Accessed [access date].

BibTeX

@misc{toll-e-apiacre-com-v1-data-vin-decode-00ff82-2026-09-15T21-20Z,
  author = {TOLL},
  title = {data vin decode on apiacre.com},
  howpublished = {\url{https://tollindex.com/e/apiacre-com-v1-data-vin-decode-00ff82/at/2026-09-15T21-20Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about data vin decode, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint 00ff82f68f2b201e18dd88778186365a88e5ba3a5bc89e89e497ac1f258c1692 from wallet 0xa0BFa4f07281c9b248DC3AED2217836BcA24869B

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.