HomeDocumentationAPI Reference
Log In
API Reference

Get Liquidation History

Returns a paginated liquidation history for all subaccounts. Note that the pagination is based on the number of
raw events that include bids, auction start, and auction end events. This means that the count returned in the
pagination info will be larger than the total number of auction events. This also means the number of returned
auctions per page will be smaller than the supplied page_size.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
Defaults to 9223372036854776000

End timestamp of the event history in ms since Unix epoch (default current time)

integer
Defaults to 1

Page number of results to return (default 1, returns last if above num_pages)

integer
Defaults to 100

Number of results per page (default 100, max 1000)

integer
Defaults to 0

Start timestamp of the event history in ms since Unix epoch (default 0)

integer | null
Defaults to null

(Optional) Subaccount ID

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json