{
  "x402Version": 2,
  "id": 3329,
  "slug": "3329",
  "resource": "https://bazaar-gateway.vercel.app/api/market-report",
  "description": "AI-generated cryptocurrency market analysis report. Fetches real-time prices from CoinGecko then uses Claude AI to generate a professional market analysis with trends, risks, and opportunities.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9200c98c8188ef50302ed3b8b0ffd5d39832090c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "coins": "Comma-separated coin IDs to analyze. Defaults to bitcoin,ethereum,solana."
          },
          "type": "http"
        },
        "output": {
          "example": {
            "_meta": {},
            "analysis": {},
            "coins_requested": "...",
            "coins_returned": "...",
            "data_sources": {},
            "generated_at": "...",
            "model": "...",
            "next": {},
            "ok": "...",
            "prices_used": {},
            "report": "...",
            "report_markdown": "...",
            "report_word_count": 0,
            "response_time_ms": 0,
            "signals": {}
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "coins": {
                    "description": "Comma-separated coin IDs to analyze. Defaults to bitcoin,ethereum,solana.",
                    "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": "bazaar-gateway.vercel.app",
  "lastUpdated": "2026-09-17T09:47:12.004Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T09:47:11.851Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "bazaar-gateway.vercel.app",
    "manifest_name": "bazaar-gateway.vercel.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}