Skip to main content

Hyperliquid Perps

Cropr integrates Hyperliquid, a high-performance on-chain perpetual futures exchange, giving you live market data, charting, and a path to fund your Hyperliquid account - all from within Cropr.

What You Can Do

  • View live markets - real-time mid prices for every Hyperliquid asset
  • Read the order book - L2 depth (bids and asks) for any coin
  • Track recent trades - the latest fills for a coin
  • Chart price history - OHLC candles across multiple intervals
  • Fund your account - bridge USDC into Hyperliquid (deposits route through Arbitrum)

Funding Your Hyperliquid Account

Hyperliquid runs on its own L2. To trade, you first deposit USDC into the Hyperliquid bridge:

  1. Open the Hyperliquid trading view in Cropr
  2. Enter the USDC amount you want to deposit
  3. Confirm the deposit - Cropr builds an unsigned USDC transfer to the Hyperliquid bridge on Arbitrum
  4. Sign the transaction with your wallet

Once the deposit confirms, the funds become available on Hyperliquid for trading.

important

Hyperliquid deposits are made in USDC on Arbitrum. Make sure your wallet holds USDC on Arbitrum (and a little ETH for gas) before depositing.

Market Data

DataDescriptionUpdate Cadence
Mid PricesMid price for all listed assets~15s
Order BookL2 order book (bids/asks) per coin~5s
Recent TradesLatest trades per coin (up to 20)~5s
CandlesOHLC candles per coin and intervalPer interval

Candle Intervals

The following intervals are supported for charting:

1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 8h, 12h, 1d, 3d, 1w, 1M

Real-Time Updates

Market data is also streamed live over WebSocket, so prices, order books, trades, and candles update without polling. You can subscribe to:

  • Mid prices (all assets)
  • Order book (per coin)
  • Trades (per coin)
  • Candles (per coin and interval)

For the subscription event names and payloads, see the Hyperliquid API reference.

Notes

  • Market-data endpoints are public and do not require authentication.
  • Funding (deposit) requires a connected wallet with USDC on Arbitrum.
  • When the upstream Hyperliquid API is briefly unavailable, Cropr serves the most recent cached candles so charts stay populated.