αLPHALODEDATA . SIGNAL . ADVANTAGE
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

MethodPathAuthStatus
GET/v1/statusnoneLive
GET/v1/mekeyLive
GET/v1/insider-transactionskey (Data)Staged rollout
GET/v1/clusterskey (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

Support

AlphaLode is a service of Ravenwood Capital Management, LLC. Data is provided for research and is not investment advice.