What tickers 4chan's finance board (/biz/) is buzzing about most over the last 24h, ranked
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
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
x402stock.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://x402stock.xyz/api/v1/trending/4chan" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402stock.xyz/api/v1/trending/4chan");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402stock.xyz/api/v1/trending/4chan")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5263.json, and this resource appears in /discovery/resources and /discovery/search.