Method: Bitmex::User#wallet_history
- Defined in:
- lib/bitmex/user.rb
#wallet_history ⇒ Array
Get a history of all of your wallet transactions (deposits, withdrawals, PNL)
83 84 85 |
# File 'lib/bitmex/user.rb', line 83 def wallet_history get 'walletHistory' end |