{
  "x402Version": 2,
  "id": 2214,
  "slug": "2214",
  "resource": "https://gate402.app/v1/news",
  "description": "Recent news headlines + heuristic bull/bear sentiment for a ticker or topic (Google News, no LLM).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8E57BFDE053dBb6862991759c19affC5F383d5D0",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "limit": 10,
            "query": "NVDA"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "count": 10,
            "items": [
              {
                "publishedAt": "Mon, 30 Jun 2026 12:00:00 GMT",
                "source": "Reuters",
                "title": "Nvidia beats earnings…",
                "url": "https://…"
              }
            ],
            "query": "NVDA",
            "sentiment": {
              "bearish": 2,
              "bullish": 5,
              "label": "bullish",
              "score": 0.4
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "limit": {
                    "description": "Max headlines (1–25, default 10).",
                    "type": "number"
                  },
                  "query": {
                    "description": "Ticker, company, or topic (e.g. \"NVDA\", \"ethereum ETF\").",
                    "type": "string"
                  }
                },
                "required": [
                  "query"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "gate402.app",
  "lastUpdated": "2026-08-22T19:46:41.777Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-22T19:46:41.547Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "gate402.app",
    "manifest_name": "gate402.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"
  }
}