userFillsByTime
Was this helpful?
type: userFillsByTime user: address (42-char hex) startTime: timestamp (ms) endTime: timestamp (ms)
Fills within the time range, paginated to 500 elements. Each fill includes coin, px, sz, side, time, dir, closedPnl, hash, oid, fee.
// Request
curl https://hyperliquid.blockpi.network/v1/info/your-api-key -X POST -H "Content-Type: application/json" --data '{"type":"userFillsByTime"}'
// Result
[]Was this helpful?
Was this helpful?