module Binance::Spot::Trade

def account(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#account-information-user_data -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000

Parameters:
  • kwargs (Hash) --
def account(**kwargs)
  @session.sign_request(:get, '/api/v3/account', params: kwargs)
end