GET: /liquidator
LiqudationHistoryRequest
The request to the Liqudation History API can specify a number of filters, such as which accounts to retrieve information about.
Type | Key | Description |
uint32 |
| Offset of pagination. |
uint32 |
| Limit of pagination. |
LiquidationHistoryResponse
Type | Key | Description |
bool |
| If set false, indicates an error returning data. |
liquidationHistoryData |
| Voter data. |
LiquidationHistoryData
Type | Key | Description |
string |
| Transaction Hash |
string |
| Repay underlying symbol |
string |
| Repay amount |
string |
| Seize token address |
string |
| Borrower address |
string |
| Liquidator address |
string |
| Repay asset's USD price |
uint32 |
| Block Number |
datetime |
| Block timestamp |
Last updated