Crypto API
Auto-generated from
openapi-snapshot.json. Do not edit by hand — changes are overwritten byscripts/docs/generate_api_reference.py.
2 endpoints in this group.
GET /api/crypto/capabilities
Capabilities
Public capability matrix — what each tier can see.
Unlike /holdings this is callable by any authenticated user (no
plan gate) so the FE upsell UI can render the comparison table.
Responses
| Code | Description |
|---|---|
200 | Successful Response |
GET /api/crypto/holdings
Get Holdings
Return the caller’s aggregated crypto holdings across exchanges.
Free callers are blocked by require_plan("pro", ...) (402).
Pro/Quant/Enterprise return the placeholder shape in this
foundation PR; the real SnapTrade-backed query lands in the
Phase 1 follow-up.
Responses
| Code | Description |
|---|---|
200 | Successful Response |