class Kucoin::Api::Endpoints::Markets::Symbols

Public Instance Methods

all(options={})
Alias for: index
index(options={}) click to toggle source
# File lib/kucoin/api/endpoints/markets/symbols.rb, line 7
def index options={}
  open.ku_request :get, :index, **options
end
Also aliased as: all