module Binance::Spot::Margin
def margin_account(**kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#query-cross-margin-account-details-user_data -
Options Hash:
(**kwargs)-
:recvWindow(Integer) -- The value cannot be greater than 60000
Parameters:
-
kwargs(Hash) --
def margin_account(**kwargs) @session.sign_request(:get, '/sapi/v1/margin/account', params: kwargs) end