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 the cursor returned by the previous page (keep sort consistent
across pages). Passing the trade ID of the last fill from the previous
page is also still accepted.
Authorizations
Proxy address
Correponding proxy secret
Query Parameters
Start timestamp in milliseconds
1767225600000
End timestamp in milliseconds
1767229200000
Pagination cursor. Pass the opaque cursor returned by the previous page to fetch the next page. Paging follows the sort direction (strictly older fills when sort=desc, strictly newer when sort=asc). The trade ID of the last fill from the previous page is also accepted for backwards compatibility.
"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"
Time sort direction. desc (default) returns newest fills first; asc returns oldest first.
desc, asc Response
Fills response.
Account's trade history
More data available
Opaque keyset pagination cursor for the next page of fills. Present while more is true; pass it as cursor on the next request, keeping the other parameters the same across pages.
"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"