Class: Kucoin::Api::Endpoints::Trade::Fills

Inherits:
Kucoin::Api::Endpoints::Trade show all
Defined in:
lib/kucoin/api/endpoints/trade/fills.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#assert_param_is_one_of, #assert_required_param, #auth, #initialize, #open, #path, #url

Constructor Details

This class inherits a constructor from Kucoin::Api::Endpoints::Base

Instance Method Details

#index(options = {}) ⇒ Object Also known as: all, list



7
8
9
# File 'lib/kucoin/api/endpoints/trade/fills.rb', line 7

def index options={}
  auth.ku_request :get, :index, **options
end

#recentObject



13
14
15
# File 'lib/kucoin/api/endpoints/trade/fills.rb', line 13

def recent
  auth.ku_request :get, :recent
end