class Kucoin::Api::Endpoints::Markets::Tickers
Public Instance Methods
index()
click to toggle source
# File lib/kucoin/api/endpoints/markets/tickers.rb, line 7 def index open.ku_request :get, :index end
Also aliased as: all
inside(symbol)
click to toggle source
# File lib/kucoin/api/endpoints/markets/tickers.rb, line 12 def inside symbol open.ku_request :get, :inside, symbol: symbol end