For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address Perp Trades

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Covers the Hyperliquid perpetuals dataset (reliable from May 2025), not per-chain history — see the Hyperliquid note on the coverage page.

Get Perpetual Trade Data

post

Get perpetual trade data for a user. This endpoint provides trade information including trade price, size, side, fees, and other trade details.

What it helps to answer:

  1. What are the perpetual trades for a specific user address within a date range?

  2. What are the trade prices, sizes, and directions for each trade?

  3. What are the trading fees and closed PnL for each trade?

  4. What are the order IDs and transaction hashes for trade tracking?

Authorizations
apikeystringRequired

API key for authentication

Body

Request model for Perp Trades endpoint.

addressstring · min: 42 · max: 42Required

User's Hyperliquid address in 42-character hexadecimal format

Example: 0x45d26f28196d226497130c4bac709d808fed4029
filtersany ofOptional

Additional filters for the trades

Example: {"size":{"max":1000,"min":0.001}}
order_byany ofOptional

Sort order for the trades

Example: [{"direction":"DESC","field":"timestamp"}]
Responses
200

Perpetual trade data for the user

application/json
post/api/v1/profiler/perp-trades

Last updated

Was this helpful?