Webhooks
stop polling — the alerts arrive at your endpoint the second they go out
Every burst, launch, hour-later read and void is POSTed to a URL of yours in the same second the paying chats get it — signed, so you can tell it is ours. That is about 4.6 events a day right now, and every one of them is on the record.
The same key reads the API at 600 calls a minute instead of the public 120. Nothing about you is stored: no email, no account, no wallet connected — the order is a secret this page keeps.
What arrives
{
"event": "burst",
"ts": 1790062819,
"chain": "robinhood",
"mint": "0xddd4947010496b500abe96ab0965c38584413ba3",
"symbol": "Nautilo",
"data": {
"conviction": 4.06, "wallets": 7, "usd": 10148.0, "px": 0.00027,
"who": ["unipcs", "rasmr"], "scores": [96, 88],
"cohort_share": 0.22, "liq": 90000.0, "age_s": 640
},
"links": { "fomo": "https://fomo.family/token/0xddd…", "site": "https://fomoradar.app/token/0xddd…" },
"source": "FOMO Robinhood Radar"
} X-Radar-Signature: sha256=<HMAC-SHA256 of the body, keyed with your key> —
answer 2xx inside six seconds. Two failed tries count as one failure; twenty in a row and the
hook waits until you set it again. Full reference: /docs.
What it costs
Paid in $FOMOBRAIN at the pool price when you ask — about 2,649,540 right now, sent to the burn address. Nothing comes back out; the supply is smaller afterwards.
Renewing keeps the same key, so a receiver already wired to it goes on working.
From any wallet on Robinhood Chain. The exact amount is the receipt — nothing to sign, nobody to tell. This page notices within a block.
Send it as X-Api-Key. Paid until —. Keep the link to this page: it is the only way back to the key.
https only. off stops it.