GET: /get_liquidators

LiquidatorsRequest

The LiquidatorsRequst returns list of accounts about liquidation.

{
  "offset": 0,
  "limit": 100
}
TypeKeyDescription

uint32

offset

Offset of pagination. Default: 0

uint32

limit

Limit of pagination. Max: 100

LiquidatorsResponse

TypeKeyDescription

bool

status

If set false, indicates an error returning data

liquidatorsData

data

Account data about liquidation

LiquidatorsData

TypeKeyDescription

array

result

Array of Accounts

Accounts

TypeKeyDescription

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