| Name | Type | Description | Notes |
|---|---|---|---|
| currency | str | Currency | [optional] |
| name | str | Currency name | [optional] |
| name_cn | str | Currency Chinese name | [optional] |
| deposit | str | Deposit 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] |