Developer Surface

Trade Signal API

Full reference for the signal delivery endpoints. The interactive explorer below is backed by a live OpenAPI spec from this deployment. Use the Test Bench for quick session-authenticated requests.

Hosted tickers
No signal CSVs discovered yet
Namespaces
/api/signals/ legacy  ·  /api/v1/ external
Auth
Bearer token  ·  Session cookie
GET List available signals
/api/v1/signals/catalog
curl -H "Authorization: Bearer <api_key>" http://datasciencealpha.com/api/v1/signals/catalog
GET Fetch latest signal for SPX
/api/v1/signals/SPX/latest
curl -H "Authorization: Bearer <api_key>" http://datasciencealpha.com/api/v1/signals/SPX/latest
POST Mint an external API key
/api/v1/token
curl -X POST -H "Content-Type: application/json" -d "{\"expires_days\":30}" http://datasciencealpha.com/api/v1/token

The interactive API explorer could not load.
You can still browse the raw spec at /api/openapi.json or use the Test Bench instead.