module Binance::Spot::Wallet

def funding_wallet(**kwargs)

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

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :needBtcValuation (String) -- true or false
  • :asset (String) --

Parameters:
  • kwargs (Hash) --
def funding_wallet(**kwargs)
  @session.sign_request(:post, '/sapi/v1/asset/get-funding-asset', params: kwargs)
end