Method: Bitmex::User#wallet_summary
- Defined in:
- lib/bitmex/user.rb
#wallet_summary ⇒ Array
Get a summary of all of your wallet transactions (deposits, withdrawals, PNL)
89 90 91 |
# File 'lib/bitmex/user.rb', line 89 def wallet_summary get 'walletSummary' end |