
Trade Hyperliquid's perp markets (native + HIP-3) with intelligent order routing, cross-market splitting, and best-execution algorithms. For traders who want institutional-grade order handling.
bash pip install hyperliquid-prime hyperliquid-prime configure --wallet your_wallet_address --network mainnet ` ``bash
hyperliquid-prime order --symbol BTC --side long --size 10 --type smart-split
hyperliquid-prime status --order-id ORDER123 ```
| Type | Description |
|---|---|
smart-split | Splits large orders across multiple liquidity pools |
iceberg | Reveals only the visible portion at a time |
twap | Time-weighted average price over a duration |
arrival | Algo that targets arrival price |
Large orders on Hyperliquid can move the market significantly. hyperliquid-prime splits orders between:
| Pros | Cons |
|---|---|
| Better fill prices on large orders | Smart order routing isn't foolproof |
| Cross-market liquidity access | Requires wallet with sufficient gas tokens |
| Real-time execution monitoring | Hyperliquid is still relatively new |
hyperliquid-prime is for serious DeFi traders who care about execution quality. If you're moving size on Hyperliquid, market impact matters — and smart order splitting is how you manage it.