class Binance::Spot

@see binance-docs.github.io/apidocs/spot/en/
- Wallet
- Trade
- Subaccount
- Stream
- SimpleEarn
- Mining
- Market
- Margin
- Loan
- Futures
- Fiat
- Convert
- C2C
- Blvt
Spot class includes the following modules:

def initialize(key: '', secret: '', **kwargs)

def initialize(key: '', secret: '', **kwargs)
  @session = Session.new kwargs.merge(key: key, secret: secret)
end