curl -X POST "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/settle-expired-auction" \ -H "X-API-Key: trusset_your_key_here" \ -H "Content-Type: application/json" \ -d '{"auctionId": 1, "useRelayer": true}'
{ "success": true, "data": { "txHash": "0xabc...def", "auctionId": 1 } }
Settle a Dutch auction that has passed its end time
LIQUIDATOR_ROLE