DATA FOR YOUR TOOLS

HOSTuvo Data API v1

Connect dashboards, spreadsheets, scripts or custom apps to selected HOSTuvo data. The API is read-only and available to HOSTuvo PRO and administrators.

Coding and API workflow

Data API v1 exposes results and context, not proprietary model weights or private research logic. The full API key is shown only once; the server stores only its hash.

01

Authentication

Send Authorization: Bearer with every request. Keys use the hst_v1_ prefix and can be revoked immediately.

  • Up to 3 active keys.
  • The full secret is shown once.
  • PRO expiry disables access.
02

Limits and security

v1 allows 60 requests per minute and 10,000 per day.

  • 429 when limits are exceeded.
  • 401 for missing/invalid keys.
  • 403 when entitlement is missing.
03

v1 endpoints

Markets, snapshots, history, Top 10, Accumulation, PRE-MOVE, context and system status.

  • /api/v1/markets
  • /api/v1/market/INJUSDC/snapshot
  • /api/v1/opportunities/top10
  • /api/v1/accumulation/top10
  • /api/v1/premove/INJUSDC
04

What it does not do

No order execution, no exchange keys and no private model internals.

  • auto_orders stays OFF.
  • No BUY/SELL/ORDER endpoints.
  • No infrastructure secrets.
QUICK START
curl https://app.hostuvo.com/api/v1/opportunities/top10 \
  -H "Authorization: Bearer hst_v1_YOUR_KEY"

Create your key in the account panel. The full secret is shown only once.