Biggest Trades
pulse_biggest_tradesIdentify the largest winning and losing trades on Hyperliquid to gauge market sentiment and narrative. Specify 'wins' or 'losses' to uncover top profitable or losing positions.
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. |