class Kucoin::Api::Endpoints::Other

Public Instance Methods

timestamp() click to toggle source
# File lib/kucoin/api/endpoints/other.rb, line 6
def timestamp
  auth.ku_request :get, :timestamp
end