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