GET: /get_liquidators

LiquidatorsRequest

The LiquidatorsRequst returns list of accounts about liquidation.

uint32

offset

Offset of pagination. Default: 0

uint32

limit

Limit of pagination. Max: 100

LiquidatorsResponse

bool

status

If set false, indicates an error returning data.

liquidatorsData

data

Account data about liquidation.

LiquidatorsData

array

result

Array of Accounts

Accounts

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