Method: Bitmex::User#wallet

Defined in:
lib/bitmex/user.rb

#walletHash

Get your current wallet information

Returns:

  • (Hash)

    the current wallet



77
78
79
# File 'lib/bitmex/user.rb', line 77

def wallet
  get 'wallet'
end