Module: EngivenAPI::Client::Misc

Included in:
EngivenAPI::Client
Defined in:
lib/engiven/resources/misc.rb

Instance Method Summary collapse

Instance Method Details

#get_pricefeedObject



8
9
10
# File 'lib/engiven/resources/misc.rb', line 8

def get_pricefeed
  get('/get-supported-crypto-pricefeed')
end

#get_supported_cryptoObject



4
5
6
# File 'lib/engiven/resources/misc.rb', line 4

def get_supported_crypto
  get('/get-supported-crypto')
end