{
  "x402Version": 2,
  "id": 5263,
  "slug": "5263",
  "resource": "https://x402stock.xyz/api/v1/trending/4chan",
  "description": "What tickers 4chan's finance board (/biz/) is buzzing about most over the last 24h, ranked by mention volume. Each ticker carries its mention count and 24h change in rank and mentions (4chan has no upvotes, so upvotes is always 0). No ticker needed; ?page= to paginate (100 per page). A raw read of /biz/ chatter, separate from the Reddit feed. From x402stock",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "page": 1
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-06-01T12:00:00.000Z",
            "board": "/biz/",
            "count": 317,
            "page": 1,
            "pages": 4,
            "platform": "4chan",
            "results": [
              {
                "mentions": 84,
                "mentions_24h_ago": 51,
                "mentions_change": 33,
                "mentions_change_percent": 64.7,
                "name": "Bitcoin",
                "rank": 1,
                "rank_24h_ago": 2,
                "rank_change": 1,
                "ticker": "BTC.X",
                "upvotes": 0
              },
              {
                "mentions": 41,
                "mentions_24h_ago": 60,
                "mentions_change": -19,
                "mentions_change_percent": -31.7,
                "name": "GameStop",
                "rank": 2,
                "rank_24h_ago": 1,
                "rank_change": -1,
                "ticker": "GME",
                "upvotes": 0
              }
            ],
            "source": "x402stock",
            "window": "24h"
          },
          "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": {
                  "page": {
                    "default": 1,
                    "exclusiveMinimum": 0,
                    "maximum": 100,
                    "type": "integer"
                  }
                },
                "required": [
                  "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"
                  },
                  "board": {
                    "const": "/biz/",
                    "type": "string"
                  },
                  "count": {
                    "type": "number"
                  },
                  "page": {
                    "type": "number"
                  },
                  "pages": {
                    "type": "number"
                  },
                  "platform": {
                    "const": "4chan",
                    "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",
                  "board",
                  "window",
                  "page",
                  "pages",
                  "count",
                  "results"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402stock.xyz",
  "lastUpdated": "2026-09-14T19:23:16.201Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:23:15.93Z"
  },
  "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"
  }
}