Get user’s trade fills/executions history.
Multi-account support (Kuru only): Use accountId to query a specific account’s fills.
If not specified, defaults to the primary account.
Filter to specific symbols (comma-separated, e.g., BTC/USDT,ETH/USDC). If not provided, returns fills for all symbols. Supports multiple symbols for cross-pair analysis.
Maximum number of fills to return.
x <= 1000Pagination cursor for continuing from previous request. Each platform uses a different cursor format:
Platform-specific cursor formats:
"id:12345" - Returns fills after this ID"time:1710000000000" - Returns fills before this timestamp (endTime must be within last 7 days)"time:1710000000000:1710086400000" - Returns fills within this time range (max recent 7 days range)"time:1710000000000" - Returns fills before this timestamp (in milliseconds)"time:1710000000000:id:12345" - Combined time and ID formatUse the nextCursor value returned in the pagination object to fetch the next page of results.
Account identifier for multi-account support (Kuru only). If not specified, uses the default account.
Successful response
Timestamp when HyperETH API server received this message from the venue (in milliseconds)
Timestamp when HyperETH API server completed all processing before returning to client (in milliseconds)