Method: Bitmex::User#wallet_history

Defined in:
lib/bitmex/user.rb

#wallet_historyArray

Get a history of all of your wallet transactions (deposits, withdrawals, PNL)

Returns:

  • (Array)

    the wallet history



83
84
85
# File 'lib/bitmex/user.rb', line 83

def wallet_history
  get 'walletHistory'
end