CHOOSEAgents & automation
Jev + FOMO API
This project provides clean social-trading data from FOMO API and uses Jev to generate fast, typed decisions with calibrated confidence for trading.
Jev + FOMO API
getfomoapi.fun gives you clean social-trading data from fomo.family traders: top PnL wallets, their live holdings, recent swaps, leaderboards, theses, etc.
Jev then turns that raw data into fast, typed decisions (“buy now / wait / skip”) with calibrated confidence.
High-level flow
Pull data from FOMO API (leaderboard + specific traders + token holders).
Package the most relevant parts into a clean state (JSON or text).
Send that state + a few typed questions to Jev.
Act on Jev’s answers (only enter when confidence is high enough for your 5–10% scalp goal).
Useful FOMO API endpoints (getfomoapi.fun )
GET /leaderboard/{window} → top traders by 24h / 7d / 30d PnL
GET /users/{handle} → resolve handle → Solana + EVM wallets + PnL
GET /users/{id}/balances or /users/{handle}/balances → live holdings
GET /users/{id}/swaps → recent trade history
GET /token/{address}/holders → which tracked FOMO traders currently hold the token
Real-time streams (if available on your plan): live trades / alerts
You need an API key.
