Module: Cryptum::API

Defined in:
lib/cryptum/api.rb,
lib/cryptum/api/fees.rb,
lib/cryptum/api/rest.rb,
lib/cryptum/api/orders.rb,
lib/cryptum/api/products.rb,
lib/cryptum/api/portfolio.rb,
lib/cryptum/api/signature.rb,
lib/cryptum/api/order_history.rb,
lib/cryptum/api/exchange_rates.rb

Overview

This module is used to Interact with the APIs

Defined Under Namespace

Modules: ExchangeRates, Fees, OrderHistory, Orders, Portfolio, Products, Rest, Signature

Class Method Summary collapse

Class Method Details

.helpObject



15
16
17
# File 'lib/cryptum/api.rb', line 15

public_class_method def self.help
  puts constants.sort
end