| Name | Type | Description | Notes |
|---|---|---|---|
| currency | string | Currency | [optional] [default to undefined] |
| name | string | Currency name | [optional] [default to undefined] |
| nameCn | string | Currency Chinese name | [optional] [default to undefined] |
| deposit | string | Deposit fee | [optional] [default to undefined] |
| withdrawPercent | string | Withdrawal fee rate percentage | [optional] [default to undefined] |
| withdrawFix | string | Fixed withdrawal fee | [optional] [default to undefined] |
| withdrawDayLimit | string | Daily allowed withdrawal amount | [optional] [default to undefined] |
| withdrawAmountMini | string | Minimum withdrawal amount | [optional] [default to undefined] |
| withdrawDayLimitRemain | string | Daily withdrawal amount left | [optional] [default to undefined] |
| withdrawEachtimeLimit | string | Maximum amount for each withdrawal | [optional] [default to undefined] |
| withdrawFixOnChains | { [key: string]: string; } | Fixed withdrawal fee on multiple chains | [optional] [default to undefined] |
| withdrawPercentOnChains | { [key: string]: string; } | Percentage withdrawal fee on multiple chains | [optional] [default to undefined] |