module Binance::Spot::Market

def time

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