POST Liquidation
Whitelisted liquidator can request for Marker Maker liquidation by specifying what position they want to close and how much collateral they want to claim. Liquidator can do partial liquidation as long as the Market Maker credit health is increasing.
post
Header parameters
apiKeystringRequired
The API key that was assigned to you by Native
Body
traderstringRequiredPattern:
The address of the trader
^0x[a-fA-F0-9]{40}$recipientstringRequiredPattern:
The address of the market maker or the settler
^0x[a-fA-F0-9]{40}$chainstring · enumRequiredExample:
Native blockchain name, eg: ethereum, bsc, etc
ethereumPossible values: Responses
201
Success
application/json
objectOptional
500
There was an exception with the server
post
/v1/lend/liquidationDuring time delay
{
"status": "pending",
"readyAt": "2024-01-31T09:39:15.776Z",
"expiresAt": "2024-01-31T09:40:15.776Z"
}Last updated