Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.23 KB

WithdrawStatus.md

File metadata and controls

23 lines (19 loc) · 1.23 KB

Io.Gate.GateApi.Model.WithdrawStatus

Properties

Name Type Description Notes
Currency string Currency [optional]
Name string Currency name [optional]
NameCn string Currency Chinese name [optional]
Deposit string Deposits fee [optional]
WithdrawPercent string Withdrawal fee rate percentage [optional]
WithdrawFix string Fixed withdrawal fee [optional]
WithdrawDayLimit string Daily allowed withdrawal amount [optional]
WithdrawAmountMini string Minimum withdrawal amount [optional]
WithdrawDayLimitRemain string Daily withdrawal amount left [optional]
WithdrawEachtimeLimit string Maximum amount for each withdrawal [optional]
WithdrawFixOnChains Dictionary<string, string> Fixed withdrawal fee on multiple chains [optional]
WithdrawPercentOnChains Dictionary<string, string> Percentage withdrawal fee on multiple chains [optional]

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