SERVICE / DETAILother

Unnamed service

GET x402stock.xyz/api/v1/trending

SONAR SCORE0.807
LIVE PRICE0.040000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

25 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY1611msrecent 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

Use for one call answering 'where is retail attention right now': a deterministic 0–100 attention score per ticker blending Reddit finance-community and 4chan /biz/ mention shares (24h window), with momentum, cross-platform confirmation, breadth & concentration (HHI), and Fear & Greed context. Transparent — every row carries its raw per-platform inputs. From x402stock

Resource: x402stock.xyz/api/v1/trending

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

Payment methods: · Last validation: 2026-09-14 08:30:01.999+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET",
          "HEAD",
          "DELETE"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "properties": {}
      }
    },
    "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",
          "as_of",
          "window",
          "methodology",
          "sections",
          "market_context",
          "breadth",
          "count",
          "leaders"
        ],
        "properties": {
          "as_of": {
            "type": "string"
          },
          "count": {
            "type": "number"
          },
          "source": {
            "type": "string",
            "const": "x402stock"
          },
          "window": {
            "type": "string",
            "const": "24h"
          },
          "breadth": {
            "type": "object",
            "required": [
              "tickers_tracked",
              "total_reddit_mentions",
              "total_fourchan_mentions",
              "concentration_hhi"
            ],
            "properties": {
              "tickers_tracked": {
                "type": "number"
              },
              "concentration_hhi": {
                "type": "number"
              },
              "total_reddit_mentions": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "total_fourchan_mentions": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "additionalProperties": false
          },
          "leaders": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "rank",
                "ticker",
                "name",
                "attention_score",
                "mention_share_percent",
                "cross_platform",
                "momentum_24h_percent",
                "reddit",
                "fourchan"
              ],
              "properties": {
                "name": {
                  "type": "string"
                },
                "rank": {
                  "type": "number"
                },
                "reddit": {
                  "anyOf": [
                    {
                      "type": "object",
                      "required": [
                        "rank",
                        "mentions",
                        "mentions_change_percent"
                      ],
                      "properties": {
                        "rank": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "mentions": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "mentions_change_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "ticker": {
                  "type": "string"
                },
                "fourchan": {
                  "anyOf": [
                    {
                      "type": "object",
                      "required": [
                        "rank",
                        "mentions",
                        "mentions_change_percent"
                      ],
                      "properties": {
                        "rank": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "mentions": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "mentions_change_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "cross_platform": {
                  "type": "boolean"
                },
                "attention_score": {
                  "type": "number"
                },
                "momentum_24h_percent": {
                  "anyOf": [
                    {
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "mention_share_percent": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          },
          "sections": {
            "type": "object",
            "required": [
              "reddit",
              "fourchan",
              "fear_greed"
            ],
            "properties": {
              "reddit": {
                "enum": [
                  "ok",
                  "unavailable"
                ],
                "type": "string"
              },
              "fourchan": {
                "enum": [
                  "ok",
                  "unavailable"
                ],
                "type": "string"
              },
              "fear_greed": {
                "enum": [
                  "ok",
                  "unavailable"
                ],
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "methodology": {
            "type": "string"
          },
          "market_context": {
            "anyOf": [
              {
                "type": "object",
                "required": [
                  "fear_greed_score",
                  "fear_greed_rating"
                ],
                "properties": {
                  "fear_greed_score": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "fear_greed_rating": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "additionalProperties": false
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "additionalProperties": false
      }
    }
  },
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "40000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "scheme": "exact",
      "network": "eip155:8453",
      "amountAtomic": "40000"
    }
  ]
}
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.