> ## Documentation Index
> Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# edgeful API: historical trading data

> 150+ trading reports. pull gap fill, ORB, ADR, IB, and intraday stats from 7+ years of market data with bearer auth.

edgeful turns raw market data into probability-based trading setups. the API gives you every report the platform runs — gap fill, opening range, initial balance, ADR/ATR, news events, and more — over a single authenticated endpoint, so your AI tools can pull verified stats instead of guessing.

there are two ways to start. most people never write a line of code — they paste one prompt into their AI agent and let it wire everything up. if you'd rather call the API yourself, manual API calls have you covered.

<CardGroup cols={2}>
  <Card title="set up API with your AI agent (recommended)" icon="sparkles" href="/getting-started/set-it-up-with-ai">
    paste one prompt into Claude, ChatGPT, Cursor, or Codex. it reads the docs, stores your key, and makes a verified first call, hands-free.
  </Card>

  <Card title="manual API calls" icon="terminal" href="/getting-started/call-it-manually">
    prefer to write the code yourself? get your first authenticated response in under 5 minutes with curl, Python, or JavaScript.
  </Card>
</CardGroup>

## the essentials

* base URL — `https://api.edgeful.com`
* auth — `Authorization: Bearer <your-api-key>`
* full endpoint index — <a href="https://edgeful.com/docs/llms.txt" target="_blank" rel="noopener noreferrer">llms.txt</a> — start here to look up any report.

<Note>
  when your plan includes row-level detail, report responses include rows in `detailed`; plans without it omit `detailed`. see authentication for full plan limits.
</Note>
