[tradestar]
Intelligence

Edge API

A personal key, five endpoints, and a full interactive reference that's always current, since it's generated from the same code the API runs on.

Open any Market Edge report and click the API chip near the top to generate a personal key, then send it as Authorization: Bearer <key> to https://console.tradestar.app/api/edge/v1/.... It's read-only, market-wide statistics, not your personal trades.

curl -H "Authorization: Bearer edge_your_key_here" "https://console.tradestar.app/api/edge/v1/meta"

This page is deliberately short

The full reference (every endpoint, every parameter, every response field, runnable examples) lives at the base URL itself and is generated from the live code, not hand-written, so it can never go stale the way a copy pasted here would. Open console.tradestar.app/api/edge/v1 in a browser for the interactive version, or fetch it as JSON/OpenAPI from a script or an AI agent.

The five endpoints, at a glance

/meta

Instruments, sessions, and reports available. Call this first.

/sessions

Raw per-session OHLC/range/gap history.

/edges

Discovered edges plus the full stats summary for one report.

/today-bias

A single long/short/none signal for today, built for automation.

/in-play

Today's actual range formation, read live off the real-time feed.

Fair use

Included with Pro for normal use, your own indicators, scripts, tools. Not for high-volume automated polling, redistribution, or powering a product for other people, talk to us first if that's you.