πAddress Perp Trades
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for Perp Trades endpoint.
addressstring Β· min: 42 Β· max: 42RequiredExample:
User's Hyperliquid address in 42-character hexadecimal format
0x45d26f28196d226497130c4bac709d808fed4029filtersany ofOptionalExample:
Additional filters for the trades
{"size":{"max":1000,"min":0.001}}order_byany ofOptionalExample:
Sort order for the trades
[{"direction":"DESC","field":"timestamp"}]Responses
200
Perpetual trade data for the user
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/profiler/perp-tradesLast updated
Was this helpful?