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

ActionPurpose
get_fomo_searchSearch traders and tokens by handle or symbol
get_fomo_userResolve a handle to wallets and profile
get_fomo_balancesMulti-chain balances for one trader
get_fomo_leaderboardRanked traders for a time window
get_fomo_alertsApp 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.

LayerModel
CLI / MCPThirdfy auth (email OTP or agent API key).
CreditsThirdfy credits on the agent wallet.
ExecutionNone from Fomo API. Use spot or Robinhood venues for swaps.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
thirdfy-agent actions --provider fomo --json
SurfaceExample
MCPgetProviderActions { provider: "fomo" }
CLIthirdfy-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_wallet or 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.