Get Fills
Get fill history for the authenticated account.
If no end time is provided, the current time will be used.
Maximum of 100 entries returned per request.
Results are ordered by time; use sort to choose newest-first (desc,
default) or oldest-first (asc). To page through more than 100 fills, pass
cursor set to the trade ID of the last fill from the previous page (keep
sort consistent across pages).
Authorizations
Proxy address
Correponding proxy secret
Query Parameters
Start timestamp in milliseconds
1767225600000
End timestamp in milliseconds
1767229200000
Pagination cursor. Pass the trade ID of the last fill from the previous page to fetch the next page. Paging follows the sort direction (strictly older fills when sort=desc, strictly newer when sort=asc).
1
Time sort direction. desc (default) returns newest fills first; asc returns oldest first.
desc, asc