πŸ†•Perp Trades

Get Smart Money Perpetual Trades Data

post

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)

Authorizations
apiKeystringRequired

API key for authentication

Body
filtersany ofOptional

Additional filters to apply. Only filters for columns that are being selected will be applied.

Example: {"action":"Buy - Add Long","side":"Long","token_symbol":"BTC","type":"Limit","value_usd":{"max":10000,"min":1000}}
only_new_positionsany ofOptional

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.

Default: falseExample: true
booleanOptional
order_byany ofOptional

Custom 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
Responses
200

Smart money perpetual trades data

application/json
post
/api/v1/smart-money/perp-trades

Last updated

Was this helpful?