pulse_biggest_trades
Fetch the biggest winning or losing trades on Hyperliquid to analyze market sentiment and narratives.
Instructions
Get the biggest winning or losing trades across all of Hyperliquid. Use type='wins' for the largest profitable trades, or type='losses' for the largest losses. Useful for market sentiment and narrative analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 'wins' for biggest profitable trades, 'losses' for biggest losing trades | |
| limit | No | Number of trades to return | |
| threshold | No | Minimum PnL for wins (e.g. 50000) or maximum PnL for losses (e.g. -50000) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |