class Kucoin::Api::Endpoints::User::Deposits
Public Instance Methods
create(currency)
click to toggle source
# File lib/kucoin/api/endpoints/user/deposits.rb, line 7 def create currency auth.ku_request :post, :create, currency: currency end
index(options={})
click to toggle source
# File lib/kucoin/api/endpoints/user/deposits.rb, line 11 def index options={} auth.ku_request :get, :index, **options end