GET: /get_liquidators
LiquidatorsRequest
The LiquidatorsRequst returns list of accounts about liquidation.
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
LiquidatorsResponse
bool |
| If set false, indicates an error returning data. |
liquidatorsData |
| Account data about liquidation. |
LiquidatorsData
array |
| Array of |
Accounts
string |
| Address |
string |
| Health Factor of account |
string |
| Repay asset symbol |
string |
| Max repay amount for liquidation |
string |
| Seize asset symbol |
string |
| Max seize amount |
string |
| Repay asset's USD price |
string |
| Seize asset's USD price |
Last updated