GET: /get_liquidators
LiquidatorsRequest
The LiquidatorsRequst returns list of accounts about liquidation.
Type
Key
Description
uint32
offset
Offset of pagination. Default: 0
uint32
limit
Limit of pagination. Max: 100
LiquidatorsResponse
Type
Key
Description
bool
status
If set false, indicates an error returning data
liquidatorsData
data
Account data about liquidation
LiquidatorsData
Type
Key
Description
array
result
Array of Accounts
Accounts
Type
Key
Description
string
account
Address
string
healthFactor
Health Factor of account
string
assetToRepay
Repay asset symbol
string
maxRepayAmount
Max repay amount for liquidation
string
assetToSeize
Seize asset symbol
string
maxSeizeAmount
Max seize amount
string
repayAssetPrice
Repay asset's USD price
string
seizeAssetPrice
Seize asset's USD price
Last updated