module Binance::Spot::Subaccount

def get_sub_account_spot_summary(**kwargs)

Other tags:
    See: https://developers.binance.com/docs/sub_account/asset-management/Query-Sub-account-Spot-Assets-Summary -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :size (Integer) -- default 10, max 20
  • :page (Integer) -- Default value: 1
  • :email (String) --

Parameters:
  • kwargs (Hash) --
def get_sub_account_spot_summary(**kwargs)
  @session.sign_request(:get, '/sapi/v1/sub-account/spotSummary', params: kwargs)
end