Liquidations
List liquidations
Retrieves a list of liquidations associated to the requester's account
get/liquidations
Query parameters
frominteger
Start Time (unix time millisecond)
tointeger
End Time (unix time millisecond)
Response
OK
Example response
{
"results": [
{
"created_at": 1697213130097,
"id": "0x123456789"
}
]
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○