Skip to content

Commit 24514f9

Browse files
committed
docs: fix liquidation fee response field
1 parent 0f56973 commit 24514f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

orderly.openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13098,9 +13098,11 @@ components:
1309813098
example: 0.006
1309913099
abs_insurance_fund_fee:
1310013100
type: number
13101+
description: Absolute fee amount allocated to the insurance fund.
1310113102
example: 0.126017
13102-
abs_liquidator_fee:
13103+
abs_liquidation_fee:
1310313104
type: number
13105+
description: Total absolute liquidation fee, equal to the liquidator fee plus the insurance fund fee.
1310413106
example: 0.252034
1310513107

1310613108
LiquidationBody:
@@ -18548,9 +18550,11 @@ components:
1854818550
example: 0.006
1854918551
abs_insurance_fund_fee:
1855018552
type: number
18553+
description: Absolute fee amount allocated to the insurance fund.
1855118554
example: 0.126017
18552-
abs_liquidator_fee:
18555+
abs_liquidation_fee:
1855318556
type: number
18557+
description: Total absolute liquidation fee, equal to the liquidator fee plus the insurance fund fee.
1855418558
example: 0.252034
1855518559

1855618560
AdminTradesResponse:

0 commit comments

Comments
 (0)