module Kucoin::Rest::Public::Currencies

Public Instance Methods

exchange_rates(options: {}) click to toggle source
# File lib/kucoin/rest/public/currencies.rb, line 6
def exchange_rates(options: {})
  get("/open/currencies", options: options)&.dig("data", "rates")
end