Skip to main content

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.

step 1 — get your API key

  1. sign in to the edgeful dashboard.
  2. navigate to API dashboard → API Keys.
  3. click generate API key, name it (e.g., “local-dev”), and copy the plaintext value. Store it securely — it is shown only once.
Never commit API keys. Use environment variables.

step 2 — make your first call

curl -H "Authorization: Bearer $EDGEFUL_API_KEY" \
  "https://api.edgeful.com/report_calculation/outside-days-standard/futures/SPY?start_date=2024-01-01&end_date=2024-12-31"
Expected response (truncated):
{ ... }

step 3 — next steps