{
  "x402Version": 2,
  "id": 5245,
  "slug": "5245",
  "resource": "https://x402stock.xyz/api/v1/news",
  "description": "Curated stock-market news with ticker tags, source, publisher, image, and timestamps. Pass `?ticker=AAPL` to filter. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 10,
            "ticker": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "articles": [
              {
                "author": "Jane Reporter",
                "description": "Shares climbed on strong services revenue.",
                "id": "abc123",
                "image_url": "https://example.com/img/apple.jpg",
                "keywords": [
                  "earnings",
                  "services"
                ],
                "published_at": "2026-05-29T12:00:00Z",
                "publisher": "Example Wire",
                "publisher_homepage": "https://example.com",
                "tickers": [
                  "AAPL"
                ],
                "title": "Apple reaches new all-time high",
                "url": "https://example.com/news/apple-high"
              }
            ],
            "as_of": "2026-05-29T20:00:00.000Z",
            "count": 1,
            "source": "x402stock"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "limit": {
                    "default": 10,
                    "exclusiveMinimum": 0,
                    "maximum": 50,
                    "type": "integer"
                  },
                  "ticker": {}
                },
                "required": [
                  "ticker",
                  "limit"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "articles": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "author": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "description": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "id": {
                          "type": "string"
                        },
                        "image_url": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "keywords": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "published_at": {
                          "type": "string"
                        },
                        "publisher": {
                          "type": "string"
                        },
                        "publisher_homepage": {
                          "type": "string"
                        },
                        "tickers": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "title",
                        "description",
                        "url",
                        "image_url",
                        "author",
                        "publisher",
                        "publisher_homepage",
                        "published_at",
                        "tickers",
                        "keywords"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "as_of": {
                    "type": "string"
                  },
                  "count": {
                    "type": "number"
                  },
                  "source": {
                    "const": "x402stock",
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "as_of",
                  "count",
                  "articles"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:10:10.216Z",
  "quality": {
    "calls30d": 357,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-14T19:10:09.99Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402stock.xyz",
    "manifest_name": "x402stock.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}