Module: Kucoin::Rest::Public::Currencies

Included in:
Client
Defined in:
lib/kucoin/rest/public/currencies.rb

Instance Method Summary collapse

Instance Method Details

#exchange_rates(options: {}) ⇒ Object



6
7
8
# File 'lib/kucoin/rest/public/currencies.rb', line 6

def exchange_rates(options: {})
  parse(get("/open/currencies", options: options))&.dig("data", "rates")
end