Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.19 KB

Currency.md

File metadata and controls

21 lines (17 loc) · 1.19 KB

Io.Gate.GateApi.Model.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 List<SpotCurrencyChain> All links corresponding to coins [optional]

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