Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

Currency.md

File metadata and controls

21 lines (16 loc) · 1.14 KB

Org.OpenAPITools.Model.Currency

Properties

Name Type Description Notes
MinConfirmations int? Minimum number of block chain confirmations before deposit is accepted. [optional]
MinWithdrawalFee decimal? The minimum transaction fee paid for withdrawals [optional]
DisabledDepositAddressCreation bool? False if deposit address creation is disabled [optional]
_Currency string The abbreviation of the currency. This abbreviation is used elsewhere in the API to identify the currency.
CurrencyLong string The full name for the currency.
WithdrawalFee decimal? The total transaction fee paid for withdrawals
FeePrecision int? fee precision [optional]
WithdrawalPriorities List<CurrencyWithdrawalPriorities> [optional]
CoinType string The type of the currency.

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