πPerp Trades
Retrieve perpetual trade data for a specific token on Hyperliquid. Shows individual trades with detailed information including trader address, trade side (Long/Short), action type (Add/Reduce/Open/Close), order type (Market/Limit), and trade metrics.
Key Features:
Hyperliquid perpetual contracts only
Smart money filtering capabilities
Detailed trade breakdown with parsed action fields
Support for both Long and Short position trading
Market and Limit order types
Request Parameters:
token_symbol: Token symbol to fetch trades for (e.g., "BTC", "ETH")date: Date range for the tradesfilters: Additional filters for side, action, order_type, etc.pagination: Page and per_page parameters
API key for authentication
Request model for TGM perp trades endpoint.
This endpoint provides perp trades data for a specific token.
Token symbol
BTCAdditional filters to apply to the query.
{"order_type":["MARKET"],"side":["Long"]}Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "block_timestamp", "direction": "DESC"}] - Sort by timestamp descending
- [{"field": "value_usd", "direction": "DESC"}] - Sort by trade value descending
TGM perp trades data
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
Last updated
Was this helpful?