API Overview
Paragon markets are accessible via the standard Hyperliquid API. No separate API or authentication required.
Quick start: Use
TOTAL2,BTC.D, orOTHERSas thecoinparameter in any Hyperliquid API call.
Hyperliquid API
All Paragon markets use Hyperliquid's unified API infrastructure:
REST API: Account info, order placement, position management
WebSocket: Real-time orderbook, trades, and account updates
Full documentation: Hyperliquid API Docs
Market Identifiers
Paragon markets use the following identifiers in API calls:
Total Market Cap ex-BTC
TOTAL2
Bitcoin Dominance
BTC.D
Total Market Cap ex-BTC-ETH
OTHERS
Common Operations
Get Market Data
Place Order
Get Position
SDKs and Libraries
Community-maintained SDKs for Hyperliquid:
Python: hyperliquid-python-sdk
TypeScript: hyperliquid-ts-sdk
These SDKs work with all Hyperliquid markets including Paragon indices.
Rate Limits
Hyperliquid API rate limits apply to all markets:
REST: 1200 requests per minute
WebSocket: Connection limits per IP
See Hyperliquid documentation for current limits and best practices.
Index Data
For programmatic access to index values and constituent data:
Real-time index prices available via Hyperliquid WebSocket
Historical data available through standard market data endpoints
Constituent weightings published periodically (see Oracles)
Support
For API integration support:
Hyperliquid Discord (general API questions)
Paragon Discord (index-specific questions)
Last updated