For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Overview

Paragon markets are accessible via the standard Hyperliquid API. No separate API or authentication required.

Quick start: Use para:BTCD, para:TOTAL2, para:OTHERS, para:AVGO, para:COHR, para:CRDO, para:GLW, para:IREN, or para:LRCX as the coin parameter 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:

Market
Symbol

Bitcoin Dominance

para:BTCD

Total Market Cap ex-BTC

para:TOTAL2

Total Market Cap ex-Top 10

para:OTHERS

US 10-Year Treasury Yield (rate)

para:10Y

Applied Optoelectronics (equity)

para:AAOI

Broadcom (equity)

para:AVGO

Coherent (equity)

para:COHR

Credo Technology (equity)

para:CRDO

Corning (equity)

para:GLW

IREN Limited (equity)

para:IREN

Lam Research (equity)

para:LRCX

Cloudflare (equity)

para:NET

Reddit (equity)

para:RDDT

Seagate Technology (equity)

para:STX

Teradyne (equity)

para:TER

Unitree Robotics (equity)

para:UNITREE

Vistra (equity)

para:VST

Note: The para: prefix specifies the Paragon DEX on Hyperliquid. This is required for all API calls.

Common Operations

Get Market Data

Place Order

Get Position

SDKs and Libraries

Community-maintained SDKs for Hyperliquid:

These SDKs work with all Hyperliquid markets including Paragon markets.

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 External Pricing)

  • Composition snapshots available via the Index Composition API

Historical Data

Historical data for the Paragon dex is available from Hydromancer's Reservoir.

Support

For API integration support:

  • Hyperliquid Discord (general API questions)

  • Paragon Discord or Telegram (Paragon-specific questions)

Last updated