module Binance::Spot::Subaccount

def get_sub_account_spot_summary(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#query-sub-account-spot-assets-summary-for-master-account -

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