Skip to content

Commit ecf63f0

Browse files
authored
added arg to doc string
1 parent fbe906a commit ecf63f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hyperliquid/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def user_fills_by_time(self, address: str, start_time: int, end_time: Optional[i
235235
e.g. 0x0000000000000000000000000000000000000000.
236236
start_time (int): Unix timestamp in milliseconds
237237
end_time (Optional[int]): Unix timestamp in milliseconds
238+
aggregate_by_time (Optional[bool]): When true, partial fills are combined when a crossing order gets filled by multiple different resting orders. Resting orders filled by multiple crossing orders will not be aggregated.
238239
239240
Returns:
240241
[

0 commit comments

Comments
 (0)