πPerp Trades
Access real-time perpetual trading activity from smart traders and funds on Hyperliquid. This endpoint provides granular transaction-level data showing exactly what sophisticated traders are trading on perpetual contracts.
Key Features:
Hyperliquid perpetual contracts only (no chain field needed)
Real-time trading data from smart money wallets
Detailed trade information including coin, amount, price, action, and type
Smart money filtering capabilities
Type filtering (Market/Limit)
Only new positions filter to show only position opening trades (defaults to false - shows all trades)
API key for authentication
Additional filters to apply. Only filters for columns that are being selected will be applied.
{"action":"Buy - Add Long","side":"Long","token_symbol":"BTC","type":"Limit","value_usd":{"max":10000,"min":1000}}When True, includes 'Open' position actions (Open Long, Open Short). Can be combined with other action filters using OR logic (union). When False (default), returns all trades.
falseExample: trueCustom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "value_usd", "direction": "DESC"}] - Sort by trade value descending
- [{"field": "block_timestamp", "direction": "ASC"}] - Sort by timestamp ascending
- [{"field": "token_amount", "direction": "DESC"}, {"field": "block_timestamp", "direction": "ASC"}] - Sort by token amount descending, then timestamp ascending
Smart money perpetual trades data
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?