Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.16 KB

WithdrawStatus.md

File metadata and controls

21 lines (17 loc) · 1.16 KB

WithdrawStatus

Properties

Name Type Description Notes
currency str Currency [optional]
name str Currency name [optional]
name_cn str Currency Chinese name [optional]
deposit str Deposits fee [optional]
withdraw_percent str Withdrawal fee rate percentage [optional]
withdraw_fix str Fixed withdrawal fee [optional]
withdraw_day_limit str Daily allowed withdrawal amount [optional]
withdraw_amount_mini str Minimum withdrawal amount [optional]
withdraw_day_limit_remain str Daily withdrawal amount left [optional]
withdraw_eachtime_limit str Maximum amount for each withdrawal [optional]
withdraw_fix_on_chains dict(str, str) Fixed withdrawal fee on multiple chains [optional]
withdraw_percent_on_chains dict(str, str) Percentage withdrawal fee on multiple chains [optional]

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