Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.18 KB

File metadata and controls

18 lines (15 loc) · 1.18 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]
withdraw_disabled bool Whether currency's withdrawal is disabled (deprecated) [optional]
withdraw_delayed bool Whether currency's withdrawal is delayed (deprecated) [optional]
deposit_disabled bool Whether currency's deposit is disabled (deprecated) [optional]
trade_disabled bool Whether currency's trading is disabled [optional]
fixed_rate 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 \GateApi\Model\SpotCurrencyChain[] All links corresponding to coins [optional]

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