ToolAssay

Due-diligence scorecard for a single x402 resource before an agent pays it

Due-diligence scorecard for a single x402 resource before an agent pays it: when we first observed it in public catalogs (CDP Bazaar, Agentic.Market), how consistently it has stayed listed, when it appeared as a new listing, and its recent observation history — from our collector archive (~3x/day since 2026-07-06). Presence and persistence in public catalogs, not an endorsement. Deterministic; public-source data only; no internal transaction data. Pass resource=<full URL as listed>.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
32 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://gateway.stride20k.com/v1/endpoint-scorecard

CategoryMarket data
Provider hostgateway.stride20k.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 32 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "resource": "https://gateway.stride20k.com/fx/:base/:quote"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "resource": {
              "description": "The x402 resource URL exactly as it appears in public catalogs.",
              "pattern": "^https?://.+",
              "type": "string"
            }
          },
          "required": [
            "resource"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "properties": {
                "firstObserved": {
                  "type": "string"
                },
                "firstSeenAsNewListing": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "history": {
                  "items": {
                    "properties": {
                      "metric": {
                        "type": "string"
                      },
                      "observedAt": {
                        "type": "string"
                      },
                      "source": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "lastObserved": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "listedInBazaarNow": {
                  "type": [
                    "boolean",
                    "null"
                  ]
                },
                "note": {
                  "type": "string"
                },
                "observations": {
                  "type": "number"
                },
                "observedAgeDays": {
                  "type": "number"
                },
                "resource": {
                  "type": "string"
                },
                "sources": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "resource",
                "firstObserved",
                "lastObserved",
                "observations"
              ],
              "type": "object"
            },
            "endpoint": {
              "description": "Always \"/v1/endpoint-scorecard\".",
              "type": "string"
            },
            "meta": {
              "properties": {
                "attribution": {
                  "description": "Licensing attribution when the source requires it.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "cached": {
                  "description": "Whether this response was served from cache.",
                  "type": "boolean"
                },
                "fetchedAt": {
                  "description": "ISO 8601 time the data was actually retrieved from the upstream.",
                  "type": "string"
                },
                "source": {
                  "description": "Upstream source: Stride20k market collector (archived public-source observations).",
                  "type": "string"
                }
              },
              "required": [
                "source",
                "cached",
                "fetchedAt"
              ],
              "type": "object"
            },
            "ok": {
              "description": "true on success.",
              "type": "boolean"
            }
          },
          "required": [
            "ok",
            "endpoint",
            "data",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON