class Kucoin::Api::Endpoints::Markets

Public Instance Methods

all()
Alias for: index
index() click to toggle source
# File lib/kucoin/api/endpoints/markets.rb, line 6
def index
  open.ku_request :get, :index
end
Also aliased as: all
stats(symbol) click to toggle source
# File lib/kucoin/api/endpoints/markets.rb, line 11
def stats symbol
  open.ku_request :get, :stats, symbol: symbol
end