Skip to main content

ExchangeWalletStatus

The status of a wallet * **UNINITIALISED** - A wallet that has not been initialised.Cannot send, receive or see their balances. * **RECEIVE** - A wallet that has not been initialised but can only receive. * **ALL** - A wallet that has been initialised with api keys that can receive , send and see their balances. * **TOTP_ONLY** A wallet that has been initialised with only TOTP. It can receive transactions.

enum ExchangeWalletStatus {
UNINITIALISED
RECEIVE
ALL
TOTP_ONLY
}

Values

ExchangeWalletStatus.UNINITIALISED

ExchangeWalletStatus.RECEIVE

ExchangeWalletStatus.ALL

ExchangeWalletStatus.TOTP_ONLY