Name
Type
Required
Description
The pair id of trade pair, for example the id of BTC-USDT pair
The market price of the associated pair
Name
Type
Required
Description
The pair id of trade pair, for example the id of BTC-USDT pair
{
"type": "Liquidation",
"accountId": 0,
"subAccountId": 0,
"subAccountNonce": 0,
"oraclePrices": {
"contractPrices": [
{
"pairId": 1,
"marketPrice": "100"
}
],
"marginPrices": [
{
"tokenId": 1,
"price": "100"
}
]
},
"liquidationAccountId": 0,
"fee": "0",
"feeToken": 0,
"signature": {
"pubKey": "0x0000000000000000000000000000000000000000000000000000000000000000",
"signature": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
}