Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.2 KB

File metadata and controls

21 lines (17 loc) · 1.2 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 If GT deduction 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 if using GT deduction. It will be 0 if GT deduction is disabled [optional]
loan_fee str Loan fee rate of margin lending [optional]
point_type str Point type. 0 - Initial version. 1 - new version since 202009 [optional]
futures_taker_fee str Futures trading taker fee [optional]
futures_maker_fee str Future trading maker fee [optional]
delivery_taker_fee str 交割合约 taker 费率 [optional]
delivery_maker_fee str 交割合约 maker 费率 [optional]

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