Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

Currency.md

File metadata and controls

20 lines (15 loc) · 1.16 KB

Currency

Properties

Name Type Description Notes
Currency string Currency symbol [optional]
Name string Currency name [optional]
Delisted bool Whether currency is de-listed [optional]
WithdrawDisabled bool Whether currency's withdrawal is disabled (deprecated) [optional]
WithdrawDelayed bool Whether currency's withdrawal is delayed (deprecated) [optional]
DepositDisabled bool Whether currency's deposit is disabled (deprecated) [optional]
TradeDisabled bool Whether currency's trading is disabled [optional]
FixedRate string Fixed fee rate. Only for fixed rate currencies, not valid for normal currencies [optional]
Chain string The main chain corresponding to the coin [optional]
Chains []SpotCurrencyChain All links corresponding to coins [optional]

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