ENUM
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 receieve.
- ALL - A wallet that has been initialised with api keys that can receive , send and see their balances.
link GraphQL Schema definition
- enum ExchangeWalletStatus {
- }