mirrored listing x402 eip155:8453

x402 market intelligence time series: how many services/resources are listed per category

x402 market intelligence time series: how many services/resources are listed per category (Agentic.Market taxonomy) or in total (CDP Bazaar ~23k resources, Agentic.Market ~1.5k services), sampled ~3x/day by our collector since 2026-07-06. Query category=Data|Inference|Search|... or category=all for catalog totals, days=1-30 window. Deterministic reads from our archived observation history; no upstream calls at request time. Free snapshot: /v1/market-pulse.

Do you run gateway.stride20k.com? 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
10000 (raw units)
price
3
calls / 30d
2
unique payers
2026-08-30
updated

Provider

gateway.stride20k.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x552Cc4A10878C7F20574489D47184249657Ca3f6",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "category": "all",
          "days": "7"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "category": "all",
            "note": "Counts are LISTED services/resources per public source, collected ~3x/day. Not transaction volume.",
            "points": [
              {
                "metric": "resources_total",
                "observedAt": "2026-07-06T19:43:55.435Z",
                "source": "bazaar",
                "value": 23538
              },
              {
                "metric": "services_total",
                "observedAt": "2026-07-06T19:43:55.435Z",
                "source": "agentic-market",
                "value": 50
              },
              {
                "metric": "resources_total",
                "observedAt": "2026-07-06T19:47:36.508Z",
                "source": "bazaar",
                "value": 23538
              },
              {
                "metric": "services_total",
                "observedAt": "2026-07-06T19:47:36.508Z",
                "source": "agentic-market",
                "value": 1542
              }
            ],
            "windowDays": 7
          },
          "endpoint": "/v1/market-trend",
          "meta": {
            "attribution": null,
            "cached": false,
            "fetchedAt": "2026-07-04T00:00:00.000Z",
            "source": "Stride20k market collector (archived public-source observations)"
          },
          "ok": true
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "category": {
                  "description": "Category name from the Agentic.Market taxonomy (see /v1/category-breakdown), or \"all\" for whole-catalog totals. Default \"all\".",
                  "type": "string"
                },
                "days": {
                  "description": "Trailing window in days, 1-30. Default 7.",
                  "pattern": "^[0-9]{1,2}$",
                  "type": "string"
                }
              },
              "required": [],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "properties": {
                    "category": {
                      "type": "string"
                    },
                    "note": {
                      "type": "string"
                    },
                    "points": {
                      "items": {
                        "properties": {
                          "metric": {
                            "type": "string"
                          },
                          "observedAt": {
                            "type": "string"
                          },
                          "source": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "windowDays": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "category",
                    "windowDays",
                    "points"
                  ],
                  "type": "object"
                },
                "endpoint": {
                  "description": "Always \"/v1/market-trend\".",
                  "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"
    }
  }
}

Use it

curl

curl "https://gateway.stride20k.com/v1/market-trend"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://gateway.stride20k.com/v1/market-trend");
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://gateway.stride20k.com/v1/market-trend")
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/1151.json, and this resource appears in /discovery/resources and /discovery/search.