Skip to main content
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.

set up API with your AI agent (recommended)

paste one prompt into Claude, ChatGPT, Cursor, or Codex. it reads the docs, stores your key, and makes a verified first call, hands-free.

manual API calls

prefer to write the code yourself? get your first authenticated response in under 5 minutes with curl, Python, or JavaScript.

the essentials

  • base URL — https://api.edgeful.com
  • auth — Authorization: Bearer <your-api-key>
  • full endpoint index — llms.txt — start here to look up any report.
when your plan includes row-level detail, report responses include rows in detailed; plans without it omit detailed. see authentication for full plan limits.