pulse_biggest_trades
Get the largest winning or losing trades on Hyperliquid. Use to analyze market sentiment and narrative by reviewing top PnL trades.
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 |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| 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) |