Method: Bitmex::User#wallet_summary

Defined in:
lib/bitmex/user.rb

#wallet_summaryArray

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

Returns:

  • (Array)

    the wallet summary



89
90
91
# File 'lib/bitmex/user.rb', line 89

def wallet_summary
  get 'walletSummary'
end