Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.36 KB

File metadata and controls

22 lines (18 loc) · 1.36 KB

TradeFee

Properties

Name Type Description Notes
user_id int User ID [optional]
taker_fee str taker fee rate [optional]
maker_fee str maker fee rate [optional]
gt_discount bool Whether GT deduction discount is enabled [optional]
gt_taker_fee str Taker fee rate if using GT deduction. It will be 0 if GT deduction is disabled [optional]
gt_maker_fee str Maker fee rate with GT deduction. Returns 0 if GT deduction is disabled [optional]
loan_fee str Loan fee rate of margin lending [optional]
point_type str Point card type: 0 - Original version, 1 - New version since 202009 [optional]
futures_taker_fee str Perpetual contract taker fee rate [optional]
futures_maker_fee str Perpetual contract maker fee rate [optional]
delivery_taker_fee str Delivery contract taker fee rate [optional]
delivery_maker_fee str Delivery contract maker fee rate [optional]
debit_fee int Deduction types for rates, 1 - GT deduction, 2 - Point card deduction, 3 - VIP rates [optional]

[Back to Model list] [Back to API list] [Back to README]