module Binance::Spot::Wallet

def account_info(**kwargs)

Other tags:
    See: https://developers.binance.com/docs/wallet/account -

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

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