live_long_short_ratio
Get long/short ratio for Hyperliquid markets. Returns global ratio or per-coin values, with optional historical data up to 7 days.
Instructions
Get long/short ratio data. Without a coin, returns the global ratio across all Hyperliquid. With a coin, returns that specific pair's ratio. Optionally include historical data over the last N hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| coin | No | Coin symbol (e.g. BTC, ETH). For builder dex: prefix:COIN (e.g. xyz:SILVER). Omit for global ratio. | |
| hours | No | Include historical data for the last N hours (max 168 = 7 days) |