Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 918 Bytes

CurrencyChain.md

File metadata and controls

17 lines (13 loc) · 918 Bytes

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] [Back to API list] [Back to README]