Fomo API
Read-only trader handle intel and app alerts through Thirdfy provider fomo. Unofficial fomoapi.io integration.
Category: Market data · signals
Fomo API exposes read-only trader handle intel and app alerts through Thirdfy provider fomo. Agents call get_fomo_* on the Thirdfy catalog. These actions do not place trades.
This integration uses the unofficial fomoapi.io API. It is not the Fomo consumer app (fomo.family). Pair Fomo API evidence with GMGN wallet tape or Robinhood Chain execution when you need on-chain swaps.
Actions
| Action | Purpose |
|---|---|
get_fomo_search | Search traders and tokens by handle or symbol |
get_fomo_user | Resolve a handle to wallets and profile |
get_fomo_balances | Multi-chain balances for one trader |
get_fomo_leaderboard | Ranked traders for a time window |
get_fomo_alerts | App alerts firehose (buy, sell, thesis) |
Params use string chain slugs (robinhood, base, solana, …), not EVM chainId.
Handle resolve costs more than search or alerts. Command shows the USD charge after the turn. See Credits and balance.
Credential model
Fomo API reads use the same Thirdfy session as other catalog actions. CLI and MCP do not take a separate upstream key. Thirdfy credits pay the catalog action.
| Layer | Model |
|---|---|
| CLI / MCP | Thirdfy auth (email OTP or agent API key). |
| Credits | Thirdfy credits on the agent wallet. |
| Execution | None from Fomo API. Use spot or Robinhood venues for swaps. |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "fomo" } |
| CLI | thirdfy-agent run --action get_fomo_alerts --params '{"chain":"robinhood","type":"buy","limit":5}' --provider fomo --json |
Readiness checklist
- Agent authenticated for discovery and run (email OTP
agent_walletor agent API key per lane). - Strategy treats Fomo API output as advisory evidence.
- Confirm resolved wallets before storing a watchlist. Search first when the handle may not exist.