GET: /get_liquidators
LiquidatorsRequest
The LiquidatorsRequst returns list of accounts about liquidation.
Type | Key | Description |
---|---|---|
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
LiquidatorsResponse
Type | Key | Description |
---|---|---|
bool |
| If set false, indicates an error returning data |
liquidatorsData |
| Account data about liquidation |
LiquidatorsData
Type | Key | Description |
---|---|---|
array |
| Array of |
Accounts
Type | Key | Description |
---|---|---|
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