module Binance::Spot::Subaccount
def get_sub_account_list(**kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#query-sub-account-list-for-master-account -
Options Hash:
(**kwargs)
-
:recvWindow
(Integer
) -- The value cannot be greater than 60000 -
:limit
(Integer
) -- -
:page
(Integer
) -- -
:isFreeze
(String
) -- true or false -
:email
(String
) -- Sub-account email
Parameters:
-
kwargs
(Hash
) --
def get_sub_account_list(**kwargs) @session.sign_request(:get, '/sapi/v1/sub-account/list', params: kwargs) end