rangeProb-Tracksmaps · odds · record
rangeProbDirection feedGet the appMembership · $100/mo
HOME
LIVE NOWFuturesStocksCrypto
BOARDS ▾
ROADMAPS ▾
↻ Past roadmaps
HIGHER TIMEFRAME
Weekly mapsMonthly maps
NEW YORK · 8:45am
NQESYMRTYGCCL
OVERNIGHT
ASIA · 8pm
NQESYMRTYGCCL
LONDON · 2am
NQESYMRTYGCCL
ALSO
Session statsStock roadmaps
TOOLS ▾
MEMBERSHIP ▾
START & LEARN ▾
rangeProb-Tracks

The API.LIVE

The same live feed this site runs on, as JSON. Every open call, the odds on it, the range it was made against, and every result once it grades.

Pricing

Everything
$200
per month
Futures, stocks and crypto — every board on this site, plus the full rangeProb-Tracks membership. $200 covers both. One subscription, not two.
Get access
checking founding places…

The plan includes the full rangeProb-Tracks membership — the site, the app, the alerts, all of it. One subscription covers both; you are not paying twice.

Already a member? Subscribe here and then message us — we will cancel your membership subscription and refund whatever is left of the month. You will not pay for both. No need to cancel anything first.

Cancel any time and it runs to the end of the period you paid for.

What you get

Futures — NQ, ES, YM, RTY, GC and CL, on seventeen timeframes from 5 minutes to 240. Each open call carries its tier, its probability, the range high and low it was made against, and its target ladder. Plus price candles from 5m to 240m for context.

Stocks — the same engine pointed at 150 names. Every live call and every graded result, with the fire price and the close.

Crypto — the one board still moving at 3am and all weekend.

Everything is published before the outcome exists and graded in public afterwards, win or lose. The twenty-year record behind it is free to read at leppyrdtracks.com/record — no account needed.

Routes

/api/v1/signalsLive futures calls, open ranges, graded results and the rolling score. Includes price candles per market.
/api/v1/stocksEvery live stock call and the last 60 graded, with fire and close prices.
/api/v1/cryptoThe crypto board, live and settled.
/api/v1/levelsToday's named levels and the odds price tags each one.
/api/v1/sessionsSession reach curves — how far each session travels, and how often.
/api/v1/scoresCalibration: what each tier has actually realised, out of sample.
/api/v1/archiveThe analyst archive — every question asked and answered.

Using it

One header. That is the whole authentication story.

curl -H "Authorization: Bearer lt_your_key_here" \
     https://leppyrdtracks.com/api/v1/signals

Everything is JSON, everything is UTF-8, and every response carries the time it was published so you can tell fresh from cached. Rate limits ride in the response headers (RateLimit-Limit, RateLimit-Remaining), and a 429 always tells you how long to wait rather than making you guess.

Feed it straight to a model. The payload is shaped to be read by software, not scraped off a page — several people run it into their own agents and backtests. Store it, chart it, build your own history off it. That is what you are paying for.

Who am I?

GET /api/v1/me answers with your key's identity: the email it is bound to, your tier, what asset classes it may read, and how much of the hourly limit you have used.

Note that /api/me is a different thing. It is the website's own sign-in check and it reads a browser cookie, so it will always answer "tier": "anon" to an API key. That is not your subscription failing, it is the wrong door.

Reading a row

Two shapes come back. An open call is one the market has not settled yet. A graded row is finished and scored.

History

GET /api/v1/history is every futures call posted to the channel since 31 Aug 2026, with its grade and the target rungs as published, each rung with its own hit. It is rewritten on every new grade. This is the live record: what members were actually sent, nothing else.

GET /api/v1/record?market=NQ&year=2025 is the 20-year backtest, one market and year per request: every call the engine would have made, with fire and resolve time, timeframe, direction, tier, odds and the hit, plus the price it fired at, the range it fired from and the three target rungs with their odds (px, hi, lo, tgt). The range bounds are an API-only field: the free per-market CSVs and the direct /data/record files carry the fire price and the targets, not the box. 569,394 rows across six markets and all seventeen horizons, 5 to 240 minutes, 2007 to today; refreshed weekly, append-only, so a row you fetched never changes. One row per range-bar: where the engine reads the same bar through more than one construction, the record keeps the construction the live channel would send, selected by the live grid's own rule (changed 19 Sep 2026; before that both reads were listed, 148,673 twin rows with identical outcomes). Each row also carries live_tier, the tier the live grid assigns that bar; tier stays the replay grader, fitted only on years before the row. They differ on some bars because they are two graders. Filter on live_tier to get exactly what the channel would have sent; it is null where live would not post the bar at all. With no parameters it returns the index (markets, years, counts). This is the engine replayed over history; it is not the alerted ledger, and the two are never blended.

Limits

The one rule

It is a personal licence. Your own trading, your own models, your own tools — all of it, none of it needs asking. What it is not is something to pass on: no sharing your key, no republishing the data, no running a service on it for other people.

If you do want to put it in front of your own users, that is a different arrangement and a fair conversation — ask rather than assume. The full terms are at leppyrdtracks.com/api-terms.

Getting a key

Subscribe above, then go to your account page and press Create API key. It appears instantly and works on the next request — no waiting on us, no email thread.

The key is yours to rotate whenever you want; rotating kills the old one in the same breath, so it is a real revocation rather than a second key floating around. Already a member? Same page, same button — the subscription is what switches the data on.

Nothing on this site is financial advice. The odds are measured and published before the outcome exists, which is exactly why some of them are wrong.