Skip to content

Full REST API reference

Each endpoint documents its parameters, responses, error codes and three ready-to-paste code samples (cURL, Python, JavaScript). The reference is rebuilt on every release from the OpenAPI specification - no manual counts, no hardcoded dates.

Common authentication: every endpoint returning tier-gated data accepts the X-API-Key header or a Clerk JWT. See Authentication and Rate limits.

Alerts (legacy)

MethodPathSummaryAuth
DELETE/api/v1/alerts/{alert_id}Delete AlertKey
GET/api/v1/alertsList AlertsKey
GET/api/v1/alerts/streamStream AlertsKey
GET/api/v1/alerts/stream/statusStream StatusKey
PATCH/api/v1/alerts/{alert_id}Update AlertKey
POST/api/v1/alertsCreate AlertKey

Alerts (v2)

MethodPathSummaryAuth
DELETE/api/v1/alerts/v2/{alert_id}Delete AlertKey
DELETE/api/v1/alerts/v2/channels/{channel_type}Delete ChannelKey
GET/api/v1/alerts/v2List AlertsKey
GET/api/v1/alerts/v2/{alert_id}Get AlertKey
GET/api/v1/alerts/v2/{alert_id}/historyGet Alert HistoryKey
GET/api/v1/alerts/v2/channelsList ChannelsKey

See all endpoints in this category →

API keys

MethodPathSummaryAuth
DELETE/api/v1/users/me/api-keys/{key_id}Revoke API keyKey
GET/api/v1/users/me/api-keysList my API keysKey
POST/api/v1/users/me/api-keysCreate API keyKey
POST/api/v1/users/me/api-keys/{key_id}/rotateRotate API keyKey

Ask Trinity

MethodPathSummaryAuth
GET/api/v1/ask/suggestionsGet SuggestionsPublic
POST/api/v1/askAskKey

Backtest

MethodPathSummaryAuth
GET/api/v1/backtest/runsList Backtest RunsKey
POST/api/v1/backtest/runRun BacktestKey

Checkout

MethodPathSummaryAuth
GET/api/v1/invoicesList InvoicesKey
GET/api/v1/paddle/pricesGet Paddle PricesPublic
POST/api/v1/billing-portalCreate Billing PortalKey
POST/api/v1/paddle/ensure-customerEnsure Paddle CustomerKey

Cointime

MethodPathSummaryAuth
GET/api/v1/cointime/metricsList Cointime MetricsKey
GET/api/v1/cointime/metrics/{metric_id}/dataGet Cointime Metric DataKey

Conviction

MethodPathSummaryAuth
GET/api/v1/conviction/currentGet Current ConvictionKey
GET/api/v1/conviction/historyGet Conviction History EndpointKey
POST/api/v1/conviction/computeTrigger Conviction ComputeKey

Cycle (compat)

MethodPathSummaryAuth
GET/api/v1/cycle/compareCompare CyclesKey
GET/api/v1/cycle/historyGet Cycle HistoryKey
GET/api/v1/cycle/positionGet Cycle PositionKey

Cycle intelligence

MethodPathSummaryAuth
GET/api/v1/cycle-intelligence/catalogList Cycle CatalogKey
GET/api/v1/cycle-intelligence/categoriesList Cycle CategoriesKey
GET/api/v1/cycle-intelligence/metrics/{metric_id}/dataGet Cycle Metric DataKey
GET/api/v1/cycle-intelligence/pipeline/statusGet Cycle Pipeline StatusKey

Dashboard features

MethodPathSummaryAuth
DELETE/api/v1/dashboards/{dashboard_id}/comments/{comment_id}Delete a commentKey
DELETE/api/v1/dashboards/{dashboard_id}/followUnfollow a public dashboardKey
DELETE/api/v1/dashboards/{dashboard_id}/journal/{entry_id}Delete journal entryKey
GET/api/v1/dashboards/{dashboard_id}/briefingGet morning briefing (top changes)Key
GET/api/v1/dashboards/{dashboard_id}/commentsList dashboard commentsKey
GET/api/v1/dashboards/{dashboard_id}/journalList journal entriesKey

See all endpoints in this category →

Dashboards

MethodPathSummaryAuth
DELETE/api/v1/dashboards/{dashboard_id}Delete a dashboardKey
GET/api/v1/dashboardsList user dashboardsKey
GET/api/v1/dashboards/{dashboard_id}Get a dashboard by IDKey
GET/api/v1/dashboards/publicList public dashboards (gallery)Public
GET/api/v1/dashboards/share/{slug}Get a public dashboard by share slugPublic
POST/api/v1/dashboardsCreate a new dashboardKey

See all endpoints in this category →

Factors

MethodPathSummaryAuth
GET/api/v1/factor/savedList Saved FactorsKey
POST/api/v1/factor/generateGenerate FactorKey

Foresight

MethodPathSummaryAuth
GET/api/v1/foresight/calibration/{asset}/{timeframe}Get Foresight CalibrationKey
GET/api/v1/foresight/chunks/{chunk_id}Get Foresight ChunkKey
GET/api/v1/foresight/history/{asset}/{timeframe}Get Foresight HistoryKey
GET/api/v1/foresight/manifest/{asset}/{timeframe}Get Foresight ManifestKey

Hyperliquid

MethodPathSummaryAuth
GET/api/v1/hyperliquid/allAll Hyperliquid data in one call — tier-filteredKey
GET/api/v1/hyperliquid/btc-price-historyBTC/USD price history — Binance public API (commercial use OK)Key
GET/api/v1/hyperliquid/clearinghouseHyperliquid clearinghouse state — institutional solvency monitorKey
GET/api/v1/hyperliquid/fear-greed/historyHL Fear & Greed Index historical scores for chartingKey
GET/api/v1/hyperliquid/fundingHyperliquid full funding rate matrix + extremes detectionKey
GET/api/v1/hyperliquid/hip3HIP-3 tokenized stocks & ETFs — 24/7 price discoveryKey

See all endpoints in this category →

Indicators

MethodPathSummaryAuth
GET/api/v1/indicatorsList IndicatorsKey
GET/api/v1/indicators/{slug}Get IndicatorKey
GET/api/v1/indicators/{slug}/dataGet Indicator DataKey

Insights Lab (compat)

MethodPathSummaryAuth
GET/api/insights-labGet Insights LabKey

Macro (compat)

MethodPathSummaryAuth
GET/api/v1/macro/business-cycleGet Business CyclePublic
GET/api/v1/macro/business-cycle/historyGet Business Cycle HistoryPublic
GET/api/v1/macro/correlationsList CorrelationsKey
GET/api/v1/macro/correlations/{pair}Get Correlation DetailKey
POST/api/v1/macro/computeTrigger Correlation ComputeKey

Macro intelligence

MethodPathSummaryAuth
GET/api/v1/macro-intelligence/catalogList Macro CatalogKey
GET/api/v1/macro-intelligence/categoriesList Macro CategoriesKey
GET/api/v1/macro-intelligence/eventsList Macro EventsKey
GET/api/v1/macro-intelligence/metrics/{metric_id}/dataGet Macro Metric DataKey
GET/api/v1/macro-intelligence/pipeline/statusGet Macro Pipeline StatusKey
GET/api/v1/macro-intelligence/sentinel/statusGet Sentinel Macro StatusKey

MCP proxy

MethodPathSummaryAuth
GET/api/v1/mcp/toolsDiscover available MCP toolsKey
POST/api/v1/mcp/callInvoke an MCP toolKey

Old coins

MethodPathSummaryAuth
GET/api/v1/old-coins/countOld Coin CountKey
GET/api/v1/old-coins/eventsOld Coin EventsKey

On-chain Bitcoin

MethodPathSummaryAuth
GET/api/v1/onchain/catalogList Onchain CatalogKey
GET/api/v1/onchain/categoriesList Onchain CategoriesPublic
GET/api/v1/onchain/eventsList Onchain EventsKey
GET/api/v1/onchain/metrics/{metric_id}/dataGet Onchain Metric DataKey
GET/api/v1/onchain/pipeline/statusGet Pipeline StatusKey

Price intelligence

MethodPathSummaryAuth
GET/api/v1/price-intelligence/{asset}/{metric_id}Get Metric DataKey
GET/api/v1/price-intelligence/{asset}/ohlcvGet OhlcvKey
GET/api/v1/price-intelligence/assetsList AssetsPublic
GET/api/v1/price-intelligence/categoriesList CategoriesPublic
GET/api/v1/price-intelligence/cross/{metric_id}Get Cross Asset MetricKey

Prices

MethodPathSummaryAuth
GET/api/v1/prices/ohlc/{asset}Get Price OhlcKey

Referrals

MethodPathSummaryAuth
GET/api/v1/referrals/codeGet Referral CodeKey
GET/api/v1/referrals/statsGet StatsKey
POST/api/v1/referrals/linkLink To ReferrerKey

Market regime

MethodPathSummaryAuth
GET/api/v1/regime/currentGet Current RegimeKey
GET/api/v1/regime/historyGet Regime HistoryKey

Aggregate scores

MethodPathSummaryAuth
GET/api/v1/scores/{indicator}/historyGet Indicator HistoryKey
GET/api/v1/scores/{indicator}/latestGet Indicator LatestKey
GET/api/v1/scores/detailedGet Detailed ScoresKey
GET/api/v1/scores/insights-labGet Insights LabKey
GET/api/v1/scores/latestGet Latest ScoresKey

Scores (compat)

MethodPathSummaryAuth
GET/api/scores/{indicator}/historyGet Indicator HistoryKey
GET/api/scores/{indicator}/latestGet Indicator LatestKey
GET/api/scores/detailedGet Detailed ScoresKey
GET/api/scores/insights-labGet Insights LabKey
GET/api/scores/latestGet Latest ScoresKey

Real-time streaming

MethodPathSummaryAuth
GET/api/v1/stream/scoresStream ScoresKey
GET/api/v1/stream/scores/snapshotScores SnapshotKey

Trial

MethodPathSummaryAuth
GET/api/v1/trial/statusTrial StatusKey

User accounts

MethodPathSummaryAuth
DELETE/api/v1/users/meDelete My DataKey
GET/api/v1/users/meGet MeKey
GET/api/v1/users/me/exportExport My DataKey

Webhooks

MethodPathSummaryAuth
POST/api/v1/webhooks/clerkClerk WebhookPublic
POST/api/v1/webhooks/paddlePaddle WebhookPublic

Institutional disclaimer

Trinity Insights is an educational and analytical tool. Content does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.