API reference
Authentication
Every request carries your key as a bearer token. Create a key on your account page; it is shown once and stored hashed.
curl -H "Authorization: Bearer ia_live_YOUR_KEY" \ https://alphalode.com/v1/me
A missing or malformed key returns 401; a valid key without an active subscription or trial returns 403.
Endpoints
| Method | Path | Auth | Status |
|---|---|---|---|
| GET | /v1/status | none | Live |
| GET | /v1/me | key | Live |
| GET | /v1/insider-transactions | key (Data) | Staged rollout |
| GET | /v1/clusters | key (Signals) | Staged rollout |
Data endpoints activate as the corpus completes its managed-
database rollout. /v1/me reports your current tier so you can
gate client code today.
/v1/me
Returns the tier and status your key resolves to.
{
"tier": "data",
"status": "active",
"key_prefix": "ia_live_AbC1"
}Rate limits & conventions
- All responses are JSON over HTTPS; timestamps are ISO-8601 UTC.
- Authentication failures are rate-limited per IP. Back off on 429
and honour
Retry-After. - Plans: Free (account only) and Membership $9.99/mo, which includes every surface. Manage billing from your account.
Support
AlphaLode is a service of Ravenwood Capital Management, LLC. Data is provided for research and is not investment advice.