SERVICE / DETAILother

Unnamed service

GET x402stock.xyz/api/v1/news-sentiment

SONAR SCORE0.759
LIVE PRICE0.020000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

28 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY2845msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

Global news attention and tone for any company, ticker, or topic, from the GDELT Project's worldwide news monitoring. Pass `?q=Nvidia` (required), `?timespan=1d|3d|1w|2w|1m|3m` (default 1w). Returns average and latest tone with a positive/neutral/negative label and trend, an article-volume timeline, and recent headlines. A media-sentiment read distinct from the Reddit/4chan feeds. From x402stock

Resource: x402stock.xyz/api/v1/news-sentiment

Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85

Payment methods: · Last validation: 2026-09-14 12:24:24.833+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET",
          "HEAD",
          "DELETE"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "timespan"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          },
          "timespan": {
            "enum": [
              "1d",
              "3d",
              "1w",
              "2w",
              "1m",
              "3m"
            ],
            "type": "string",
            "default": "1w"
          }
        },
        "additionalProperties": {}
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "source",
          "venue",
          "as_of",
          "query",
          "timespan",
          "sentiment",
          "volume",
          "tone_timeline",
          "volume_timeline",
          "recent_articles",
          "attribution"
        ],
        "properties": {
          "as_of": {
            "type": "string"
          },
          "query": {
            "type": "string"
          },
          "venue": {
            "type": "string",
            "const": "gdelt"
          },
          "source": {
            "type": "string",
            "const": "x402stock"
          },
          "volume": {
            "type": "object",
            "required": [
              "total_articles",
              "points"
            ],
            "properties": {
              "points": {
                "type": "number"
              },
              "total_articles": {
                "type": "number"
              }
            },
            "additionalProperties": false
          },
          "timespan": {
            "type": "string"
          },
          "sentiment": {
            "type": "object",
            "required": [
              "latest_tone",
              "average_tone",
              "label",
              "trend",
              "scale"
            ],
            "properties": {
              "label": {
                "type": "string"
              },
              "scale": {
                "type": "string"
              },
              "trend": {
                "type": "string"
              },
              "latest_tone": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "average_tone": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          },
          "attribution": {
            "type": "string"
          },
          "tone_timeline": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "date",
                "tone"
              ],
              "properties": {
                "date": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "tone": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          },
          "recent_articles": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "title",
                "url",
                "domain",
                "source_country",
                "language",
                "seen"
              ],
              "properties": {
                "url": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "seen": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "title": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "domain": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "language": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "source_country": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "additionalProperties": false
            }
          },
          "volume_timeline": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "date",
                "articles",
                "total_monitored"
              ],
              "properties": {
                "date": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "articles": {
                  "type": "number"
                },
                "total_monitored": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "20000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.