Home / Blog / Data

Data

FOMO Notifications as a Trading Signal

FOMO's notifications are what the platform amplifies to its users, from whale buys to daily recaps to aggregate multi-trader moves. That curation is a leading signal distinct from raw on-chain data, and the FOMO API serves it over REST and a realtime stream.

When FOMO pushes a notification, it does not go to one person. A single alert can hit thousands of phones at the same moment. For a memecoin, that is a wave of attention arriving all at once, and attention is what moves these markets. That makes the notification stream a datapoint, not just an app feature.

What FOMO actually pushes

FOMO does not push everything. It curates. The notifications that go out fall into a handful of types:

  • Large buys and large sells: a notable trade just happened on a token.
  • Trade comments and theses: a trader wrote something about a position.
  • New listings: a token just got verified on FOMO.
  • Price milestones: a token is up 2x since it listed.
  • Aggregate moves: "40 traders sold" style alerts, where FOMO rolls up many traders into a single signal.
  • Daily recaps: a summary of the market pushed out to users.
  • New users joining: someone with a notable following just joined the platform.

Each of these is FOMO deciding that something is worth interrupting a user for. That decision is the signal.

Why the notification layer is different from on-chain data

Anyone can read the blockchain. A large buy is visible on-chain the moment it settles. But the chain does not tell you that FOMO just amplified that buy to its user base. The notification is the amplification, and amplification is what turns a quiet on-chain event into a crowd.

So the notification stream answers a question the chain cannot: not just what happened, but what the platform decided to put in front of people, and when.

Broadcast versus targeted

Not every notification has the same reach. Some are platform-wide. A daily recap or a new listing tends to go out broadly. Others are targeted, surfaced to the users most likely to care about that specific trader or token. Reading which is which tells you whether an alert is a broad attention event or a narrow one, and that changes how you weigh it.

The aggregate signal

The "N traders" style notifications are worth calling out on their own. When FOMO tells users that dozens of traders just bought or sold a token, it is compressing a lot of individual activity into one reading. That is momentum straight from the platform: not one whale, but a crowd moving together. On-chain you would have to reconstruct that from hundreds of separate transactions. In the notification, FOMO has already done the rollup.

Timing is part of the data

Because a notification is an event with a timestamp, the stream is not just what but when. The moment FOMO surfaces a token is the moment its user base gets the nudge. For fast markets, the lead time between that nudge and the price reaction is itself worth measuring.

How to access it

The FOMO API exposes this over plain REST and a realtime stream:

curl https://api.fomoapi.io/v2/notifications
curl https://api.fomoapi.io/v2/alerts

The realtime stream at wss://api.fomoapi.io/ws/alerts pushes each event as it happens, and you can scope it to a single trader for copy-trading products. Every item carries the token, the type, and the timing. It is free to start.

FOMO API is an independent, unofficial data layer for fomo.family. It is not affiliated with FOMO.

Ship on verified trader data

Both-chain wallets, real PnL, and a realtime feed. One API.

Get an API key

FAQ

What is a FOMO notification datapoint?
It is the set of alerts FOMO pushes to its users: large buys and sells, trade theses, new listings, price milestones, aggregate "N traders" moves, daily recaps, and new-user joins. It reflects what the platform chooses to amplify, not just what happened on-chain.
How is this different from on-chain data?
The blockchain shows that a trade happened. The notification shows that FOMO amplified it to its user base. Amplification is what turns a quiet on-chain event into a crowd, so it is a leading signal the chain cannot give you.
Can I get FOMO notifications in real time?
Yes. Connect to wss://api.fomoapi.io/ws/alerts for the live stream, scoped to one trader or the full firehose. GET /v2/notifications and /v2/alerts serve the same data over REST.
What notification types are there?
Large buys and sells, trade comments and theses, new token listings, price-since-listed milestones, aggregate multi-trader moves, daily recaps, and new users joining with a notable following.
What is the "N traders" aggregate signal?
A notification where FOMO rolls up many traders buying or selling the same token into one alert. It is a crowd-momentum reading the platform computes for you, rather than one you reconstruct from individual transactions.
Is this affiliated with FOMO?
No. FOMO API is an independent, unofficial data layer for fomo.family and is not affiliated with FOMO.