# GET: /get\_liquidator\_detail:account

#### LiquidatorDetailRequest

The request to the API can retrieve the liquidation detail about account.

| Type   | Key       | Description                     |
| ------ | --------- | ------------------------------- |
| string | `account` | Address to retrieve. `required` |

**LiquidatorDetailResponse**

| Type   | Key               | Description              |
| ------ | ----------------- | ------------------------ |
| string | `healthFactor`    | Health factor of account |
| string | `repayAsset`      | Repay asset symbol       |
| string | `repayAmount`     | Amount to repay          |
| string | `seizeAsset`      | Seize asset symbol       |
| string | `seizeAmount`     | Amount to seize          |
| string | `repayAssetPrice` | Repay asset's USD price  |
| string | `seizeAssetPrice` | Seize asset's USD price  |
