Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.11 KB

Currency.md

File metadata and controls

18 lines (14 loc) · 1.11 KB

Currency

Properties

Name Type Description Notes
min_confirmations int Minimum number of block chain confirmations before deposit is accepted. [optional]
min_withdrawal_fee float The minimum transaction fee paid for withdrawals [optional]
disabled_deposit_address_creation bool False if deposit address creation is disabled [optional]
currency str The abbreviation of the currency. This abbreviation is used elsewhere in the API to identify the currency.
currency_long str The full name for the currency.
withdrawal_fee float The total transaction fee paid for withdrawals
fee_precision int fee precision [optional]
withdrawal_priorities list[CurrencyWithdrawalPriorities] [optional]
coin_type str The type of the currency.

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