v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Liquidations

Endpoint to retrieve liquidations. By default it will retrieve the most recent liquidations, but time-specific data can be retrieved using timestamps.

get/liquidations/hist

Query parameters

sortinteger

+1: sort in ascending order | -1: sort in descending order (by MTS field).

startinteger

If start is given, only records with MTS >= start (milliseconds) will be given as response.

endinteger

If end is given, only records with MTS <= end (milliseconds) will be given as response.

limitinteger

Number of records in response (max. 500).

Response

200