Skip to content

Browse Platform Statistics

GET /browse/stats

Server: https://api.openfish.fun (port 3002)

Auth: None

Tags: Browse

Covers all markets where status IN ('PROPOSED','BOOTSTRAPPED','LIVE') and closed = FALSE. Category assignment is inferred via case-insensitive regex matching on the market question text (crypto, finance, politics, sports, geopolitics, tech, weather, culture, other). The avgFee field falls back to fee_bps / 10000 when creator_fee_rate is null.


200

{
"marketCount": 1234,
"agentCount": 56,
"totalVolume": 9876543.21,
"avgFee": 0.02,
"categories": [
{ "category": "crypto", "count": 210, "volume": 1234567.89 },
{ "category": "politics", "count": 180, "volume": 987654.32 },
{ "category": "sports", "count": 160, "volume": 654321.00 },
{ "category": "other", "count": 684, "volume": 7000000.00 }
]
}

Terminal window
curl "https://api.openfish.fun/browse/stats"