LiquidationService

The liquidation service retrieves account and liquidation information. You can use this API to find out the account or liquidation history.

// Retreives a list of accounts
fetch("https://api.strike.org/api/get_liquidators");

// Retreives an asset detail information of account
fetch("https://api.strike.org/api/get_liquidator:account");

// Retreives a liquidation detail of account
fetch("https://api.strike.org/api/get_liquidator_detail?:account:repayAsset:seizeAsset");

// Retreives a liquidation history information
fetch("https://api.strike.org/api/liquidator");
GET: /get_liquidatorsGET: /get_liquidator:accountGET: /get_liquidator_detail:accountGET: /voters/:proposalId

Last updated