Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.08 KB

TradeFee.md

File metadata and controls

18 lines (15 loc) · 1.08 KB

# TradeFee

Properties

Name Type Description Notes
user_id int User ID [optional]
taker_fee string taker fee rate [optional]
maker_fee string maker fee rate [optional]
gt_discount bool Is GT deduction is enabled [optional]
gt_taker_fee string Taker fee rate if using GT deduction. It will be 0 if GT deduction is disabled [optional]
gt_maker_fee string Maker fee rate if using GT deduction. It will be 0 if GT deduction is disabled [optional]
loan_fee string Loan fee rate of margin lending [optional]
point_type string Point type. 0 - Initial version. 1 - new version since 202009 [optional]
futures_taker_fee string Futures trading taker fee [optional]
futures_maker_fee string Future trading maker fee [optional]

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