Module: Bitcointerminal::V1::Currencies

Defined in:
lib/bitcointerminal/v1/currencies.rb

Instance Method Summary collapse

Instance Method Details

#currenciesObject



3
4
5
6
# File 'lib/bitcointerminal/v1/currencies.rb', line 3

def currencies()
  s = authenticated_get("/v1/currencies").body
  JSON.parse(s,:symbolize_names => true)
end

#symbolsObject



8
9
10
11
# File 'lib/bitcointerminal/v1/currencies.rb', line 8

def symbols()
  s = authenticated_get("/v1/symbols").body
  JSON.parse(s,:symbolize_names => true)
end