# CurrencyChain ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **chain** | **str** | Chain name | [optional] **name_cn** | **str** | Chain name in Chinese | [optional] **name_en** | **str** | Chain name in English | [optional] **contract_address** | **str** | Smart contract address for the currency; if no address is available, it will be an empty string | [optional] **is_disabled** | **int** | If it is disabled. 0 means NOT being disabled | [optional] **is_deposit_disabled** | **int** | Is deposit disabled. 0 means not | [optional] **is_withdraw_disabled** | **int** | Is withdrawal disabled. 0 means not | [optional] **decimal** | **str** | Withdrawal precision | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)