// fomoapi.io · social trading data
Every trader,
verified.
One API.
Both-chain wallets, real PnL, live holdings, full trade history, and a realtime feed for every social trader — pulled from the app, served as one clean endpoint.
No scraping. No stale CSVs. JSON & a live socket.
// GET /v2/leaderboard/24h
Live social leaderboard
The top traders right now, straight from the endpoint. Every row carries both wallets, realized PnL, and holdings — the exact shape your app receives.
| # | Trader | 24h PnL | Volume | Trades | Followers | Wallets | Holds |
|---|
// the surface
What one key gets you
Identity, money, and movement for every trader — the full picture other feeds sell in pieces.
Wallets, both chains
Resolve any handle to its Solana and EVM address, plus the social profile behind it.
GET /v2/users/{handle}Real PnL & trades
Open and closed positions with entry, exit, and realized PnL — the true track record, not a self-reported number.
GET /trades?user={handle}Live holdings
Every token a trader holds right now — amount, live price, and 24h move.
GET /v2/users/{id}/balancesLeaderboards
Ranked traders over 24h / 7d / 30d / all-time, with wallets and top holdings attached.
GET /v2/leaderboard/{window}Who-holds-what graph
For any token, the top holders and their wallets — a social ownership graph nobody else sells.
GET /token/{addr}/holdersRealtime feed
A WebSocket firehose of buys, sells, and theses as they happen. No polling, sub-second.
WSS /ws · subscribe(topic)// the difference
Verified, not self-reported
Most "trader stats" are numbers a trader typed about themselves. Ours are read from the wallets and the trades.
- PnL a user claims — gameable
- One handle, no wallet proof
- Single chain, partial view
- Hourly CSV dumps, already stale
- No live holdings, no positions
- Realized PnL from actual trades
- Handle to both on-chain wallets
- Solana + EVM, full coverage
- JSON on demand + a realtime socket
- Live holdings and open positions
// plans
Pricing
Metered by call. Start free, scale when your product does. Launch pricing — locked for early builders.
For a side project or a bot that needs identity + boards.
- Leaderboards + wallet resolve
- 50k calls / month
- Both chains
- Community support
For a live product: trade history, PnL, and holdings.
- Everything in Starter
- Trade history + realized PnL
- Live holdings + positions
- 500k calls / month
For high volume and the realtime firehose.
- Everything in Pro
- Realtime /ws feed
- Who-holds-what graph
- High limits + priority
Ship on real data
Grab a key and pull your first verified trader in a single request.