GET: /get_liquidator:account
LiquidatorRequest
The liquidator request to API can retrieve repay and seize asset information about the certain account.
string
account
Address to retrieve. required
LiquidatorResponse
Type
Key
Description
bool
status
If set false, indicates an error returning data.
liquidatorData
data
Account's asset data.
LiquidatorData
Type
Key
Description
array
repayAssets
Array of repayAssets
array
seizeAssets
Array of seizeAssets
Last updated