Last updated 4 months ago
Retrieves a list of liquidations associated to the requester's account
OK
List of liquidations
const response = await fetch('https://api.prod.paradex.trade/v1/liquidations', { method: 'GET', headers: {}, }); const data = await response.json();
{ "results": [ { "created_at": 1697213130097, "id": "0x123456789" } ] }