ToolAssay

What stocks and crypto Reddit is talking about most over the last 24h, by mentio

What stocks and crypto Reddit is talking about most over the last 24h, by mention volume across the busiest Reddit money subreddits (r/wallstreetbets, r/stocks, r/CryptoCurrency, r/Bitcoin, etc.). Each ticker carries mentions, upvotes, and 24h change in rank and mentions; covered subreddits are listed per response. ?filter=stocks|crypto|all (default all), ?page=. From x402stock

Answeringour last check, 2026-09-24
1 of 1checks answered this week
316 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/trending/reddit

CategoryMarket data
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 316 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "filter": "stocks",
    "page": 1
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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": {
            "filter": {
              "default": "all",
              "enum": [
                "all",
                "stocks",
                "crypto"
              ],
              "type": "string"
            },
            "page": {
              "default": 1,
              "exclusiveMinimum": 0,
              "maximum": 100,
              "type": "integer"
            }
          },
          "required": [
            "filter",
            "page"
          ],
          "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": {
            "as_of": {
              "type": "string"
            },
            "communities": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "count": {
              "type": "number"
            },
            "filter": {
              "enum": [
                "all",
                "stocks",
                "crypto"
              ],
              "type": "string"
            },
            "page": {
              "type": "number"
            },
            "pages": {
              "type": "number"
            },
            "platform": {
              "const": "reddit",
              "type": "string"
            },
            "results": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "mentions": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "mentions_24h_ago": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "mentions_change": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "mentions_change_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "name": {
                    "type": "string"
                  },
                  "rank": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "rank_24h_ago": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "rank_change": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "ticker": {
                    "type": "string"
                  },
                  "upvotes": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "rank",
                  "ticker",
                  "name",
                  "mentions",
                  "upvotes",
                  "rank_24h_ago",
                  "mentions_24h_ago",
                  "mentions_change",
                  "mentions_change_percent",
                  "rank_change"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "source": {
              "const": "x402stock",
              "type": "string"
            },
            "window": {
              "const": "24h",
              "type": "string"
            }
          },
          "required": [
            "source",
            "as_of",
            "platform",
            "filter",
            "window",
            "communities",
            "page",
            "pages",
            "count",
            "results"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON