module Binance::Spot::Market

def ping

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#test-connectivity -
def ping
  @session.public_request(path: '/api/v3/ping')
end