curl "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/auctions" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"auctions": [
{
"auctionId": "1",
"loanId": "7",
"borrower": "0xabc...def",
"collateralRemaining": "25.000000000000000000",
"debtRemaining": "2136.250000",
"currentPrice": "172.400000",
"endTime": 1718449200,
"active": true
}
]
}
}
List all active Dutch auctions for a market
curl "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/auctions" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"auctions": [
{
"auctionId": "1",
"loanId": "7",
"borrower": "0xabc...def",
"collateralRemaining": "25.000000000000000000",
"debtRemaining": "2136.250000",
"currentPrice": "172.400000",
"endTime": 1718449200,
"active": true
}
]
}
}
useDutchAuction enabled.
curl "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/auctions" \
-H "X-API-Key: trusset_your_key_here"
{
"success": true,
"data": {
"auctions": [
{
"auctionId": "1",
"loanId": "7",
"borrower": "0xabc...def",
"collateralRemaining": "25.000000000000000000",
"debtRemaining": "2136.250000",
"currentPrice": "172.400000",
"endTime": 1718449200,
"active": true
}
]
}
}