7-day monthly trial · $0 today. Start · Pricing

Developer API

Signal data API for All Access

API keys are stored as one-way hashes and every request re-checks the active entitlement. Included with All Access when it launches. No public price is set.

Bearer auth

Create a key in app settings once API access is active. The raw key is shown one time.

Entitlement checked

Cancelled, revoked, expired, or non-API entitlements receive 403 responses.

Educational signals

Responses expose manual signal fields only. No broker custody, orders, or auto-trading.

Endpoints

GET /api/v1/signals/latest
Authorization: Bearer hsz_...
GET /api/v1/signals/history?limit=50&tier=balanced
Authorization: Bearer hsz_...

Response shape

Signal objects include symbol, asset type, tier, signal date, entry, stop, target, confidence, status, and P/L percentage when available. Treat every response as educational context for manual execution. API keys are rate-limited per key; the default guard is 120 requests per minute.

Manage API keys