{
  "x402Version": 2,
  "id": 6503,
  "slug": "6503",
  "resource": "https://datastand.dev/api/bazaar/trending",
  "description": "What just launched in the x402 economy: the most recently listed or reindexed Bazaar resources, newest first, with price and adoption stats. Track new competitors, spot fresh capabilities to consume, or watch a category fill up. Window configurable in days. `count` is how many listings match your window — `offset`/`limit` page through all of them, up to 100 rows per call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x470a1b647d668d3820add26d70c8371557ff4c6b",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "days": "7",
            "limit": "50",
            "min_payers": "0",
            "offset": "0"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 12,
            "page": {
              "has_more": false,
              "limit": 50,
              "next_offset": null,
              "offset": 0,
              "returned": 12,
              "total": 12
            },
            "results": [
              {
                "listed_at": "2026-08-22T04:10:00.000Z",
                "payers_30d": 0,
                "price_usd": 0.01,
                "resource": "https://example.com/api/new-thing"
              }
            ],
            "window_days": 7
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "days": {
                    "description": "Look-back window in days (default 7)",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Rows per page, 1-100 (default 50)",
                    "type": "string"
                  },
                  "min_payers": {
                    "description": "Minimum unique 30-day payers (default 0)",
                    "type": "string"
                  },
                  "offset": {
                    "description": "Skip this many listings (default 0). Use page.next_offset from the previous response. A page past the end costs nothing.",
                    "type": "string"
                  }
                },
                "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "datastand.dev",
  "lastUpdated": "2026-09-10T20:13:48.747Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-10T20:13:48.471Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "datastand.dev",
    "manifest_name": "datastand.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}