class Kucoin::Api::Endpoints::Trade::Fills
Public Instance Methods
index(options={})
click to toggle source
# File lib/kucoin/api/endpoints/trade/fills.rb, line 7 def index options={} auth.ku_request :get, :index, **options end
recent()
click to toggle source
# File lib/kucoin/api/endpoints/trade/fills.rb, line 13 def recent auth.ku_request :get, :recent end