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

jwt inspector decode derived

netintel.devIdentityderived

GET https://netintel.dev/jwt-inspector/decode

passlisted in Coinbase#55 by calls of 124 on this host

0.005 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 04:23 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 04:23 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 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-08-20 15:47 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.005 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, 1 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 1,501 endpoints in Identity 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: 720 in the category are counted higher and 780 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time 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

Among the 124 endpoints on netintel.dev, jwt inspector decode is tied 55th by calls with 69 others.

Callers of jwt inspector decode supply the query parameter token.

The declared response carries grade, score, header, payload, findings, is_expired and 2 others.

jwt inspector decode drew a single call from a single payer in the trailing 30 days.

The last call to jwt inspector decode came 26 days before the snapshot, 2026-08-20.

jwt inspector decode is priced at 0.005 USDC on Base.

For jwt inspector decode the listing declares 2 accepts on Base and Solana, to 2 different wallets.

TOLL files jwt inspector decode under identity: a GET endpoint on netintel.dev, listed in the Coinbase registry.

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

Closest in price to jwt inspector decode within identity: screen at sanctions.nsgoods.org and my usage at agent402.tools.

Among comparable prices in identity, jwt inspector decode sits above 20% of them.

The payee wallet is shared by 125 listings across 2 hosts.

The seller's tags on jwt inspector decode are jwt, token decoder, authentication and security tools.

128 other listings in identity declare exactly the same price.

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.005 USDCexact0xdaDc33…bEb9Df
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.005 USDCexact8FVeybWn…wVGr5s

Preflight checks at the last sweep

the checks, as of 2026-09-15 04:23 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 04:23 UTCpass0daily-2026-09-15
2026-09-14 04:20 UTCpass0daily-2026-09-14
2026-09-13 04:19 UTCpass0daily-2026-09-13
2026-09-12 06:34 UTCpass0daily-2026-09-12
2026-09-11 10:04 UTCpass0daily-2026-09-11

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-08-20 15:47 UTC · method · live

The input and output block
{
  "input": {
    "type": "http",
    "method": "GET",
    "queryParams": {
      "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
    }
  },
  "output": {
    "type": "json",
    "example": {
      "grade": "B",
      "score": 80,
      "header": {
        "key_id": null,
        "algorithm": "HS256",
        "token_type": "JWT"
      },
      "payload": {
        "issuer": null,
        "jwt_id": null,
        "subject": "1234567890",
        "audience": null,
        "issued_at": "2018-01-18T01:30:22.000Z",
        "expires_at": null,
        "not_before": null,
        "custom_claims": {
          "name": "John Doe"
        },
        "issued_at_unix": 1516239022,
        "expires_at_unix": null
      },
      "findings": [
        {
          "rule": "no_expiry_claim",
          "label": "No expiry claim",
          "detail": "JWT has no exp claim — token never expires",
          "impact": -20
        }
      ],
      "is_expired": null,
      "human_expiry": null,
      "signature_hex": "49f94ac7044948c78a285d904f87f0a4c7897f7e8f3a4eb2255fda750b2cc397",
      "security_flags": [
        "no_expiry"
      ],
      "valid_structure": true,
      "signature_present": true,
      "seconds_until_expiry": null
    }
  }
}
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, "jwt inspector decode on netintel.dev", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/netintel-dev-jwt-inspector-decode-32eafd/at/2026-09-15T21-20Z. Accessed [access date].

BibTeX

@misc{toll-e-netintel-dev-jwt-inspector-decode-32eafd-2026-09-15T21-20Z,
  author = {TOLL},
  title = {jwt inspector decode on netintel.dev},
  howpublished = {\url{https://tollindex.com/e/netintel-dev-jwt-inspector-decode-32eafd/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 jwt inspector 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 32eafded88e466669254911a614375c2a1008ab70dcf02b65ead1c6043ab21fa from wallet 0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df

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

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