Real-time conviction scores per token, aggregated from dozens of proprietary signals across CEXs, DEXs, derivatives, on-chain flows, and a labeled wallet network we grow ourselves. Subscribe once. Query freely.
Orange Genie Oracle answers one question — for any token, right now: what is the on-chain wallet network doing, and is it bullish or bearish?
You get a single number per token, between −1 and +1, with direction and a confluence breakdown. Behind the scalar: a multi-class signal engine, a labeled wallet network we grow ourselves, and macro context. The score is what you trade. The recipe is ours.
Get a feel for the oracle.
For active traders.
For desks + power users.
Institutional use.
Base URL: https://orangegenie-api-production.up.railway.app
Auth: send your key in the x-api-key header (or ?key= query param).
curl -H "x-api-key: og_t_..." \
https://orangegenie-api-production.up.railway.app/api/v1/oracle/PEPE
{
"token": "PEPE",
"oracle": 0.94,
"direction": "LONG",
"raw_signal": 0.94,
"macro_mult": 1.0,
"decision": "AUTO_FIRE",
"signal_count": 11,
"confluence": ["wallet_graph", "cex_flow", "derivatives"],
"ts": 1778480750,
"ts_iso": "2026-05-11T06:25:50Z",
"tier": "trader"
}
curl -H "x-api-key: og_p_..." \
https://orangegenie-api-production.up.railway.app/api/v1/wallet/0xd8da6bf26964af9d7eed9e03e53415d37aa96045
{
"address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"chain": "eth",
"rhythm_entropy": 2.681,
"median_amount_usd": 30.15,
"token_diet": { "unique": 11, "meme": 11, ... },
"median_hold_seconds": null,
"funder": "unknown",
"clusters": [
{ "cluster": "smart_retail", "match_score": 0.62, "status": "PROVISIONAL" }
],
"tier": "pro"
}
curl -H "x-api-key: og_t_..." \
"https://orangegenie-api-production.up.railway.app/api/v1/signals/recent?limit=20"
The oracle compounds conviction across dozens of signals spanning five classes. Multiple signals confirming the same direction stack multiplicatively — single-source noise is weighted low; confluence is rewarded.
Specific signal weights, source lists, and the wallet-graph composition are proprietary. Subscribers see the score, direction, and confluence breakdown — not the recipe.
curl https://orangegenie-api-production.up.railway.app/api/v1/oracle/BTC
Subscribe at orangegenie.bot/subscribe. After payment verifies, your API key is revealed once on the success page. Save it.
curl -H "x-api-key: YOUR_KEY" \
https://orangegenie-api-production.up.railway.app/api/v1/oracle/PEPE
Join our Telegram and type /oracle BTC in the group. Free tier of the same oracle, no signup needed.
| Code | Meaning | What to do |
|---|---|---|
| 200 | OK | — |
| 401 | Invalid or revoked API key | Check the key. Get a new one from your dashboard. |
| 403 | Tier-locked endpoint/token | Upgrade. Free tier is BTC/ETH/SOL only. |
| 404 | No recent reading | The oracle hasn't seen a signal in the last hour for this token. |
| 429 | Rate-limited | Wait, or upgrade tier. |