Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.36 KB

TradeFee.md

File metadata and controls

24 lines (20 loc) · 1.36 KB

Io.Gate.GateApi.Model.TradeFee

Properties

Name Type Description Notes
UserId long User ID [optional]
TakerFee string taker fee rate [optional]
MakerFee string maker fee rate [optional]
GtDiscount bool If GT deduction is enabled [optional]
GtTakerFee string Taker fee rate if using GT deduction. It will be 0 if GT deduction is disabled [optional]
GtMakerFee string Maker fee rate if using GT deduction. It will be 0 if GT deduction is disabled [optional]
LoanFee string Loan fee rate of margin lending [optional]
PointType string Point type. 0 - Initial version. 1 - new version since 202009 [optional]
FuturesTakerFee string Futures trading taker fee [optional]
FuturesMakerFee string Future trading maker fee [optional]
DeliveryTakerFee string Delivery trading taker fee [optional]
DeliveryMakerFee string Delivery trading maker fee [optional]
DebitFee 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]