module Bitsor::Client::Ticker

Public Instance Methods

ticker(book:) click to toggle source
# File lib/bitsor/client/ticker.rb, line 6
def ticker(book:)
  normalize_response.with(:ticker) do
    get('/v3/ticker/', book: book)
  end
end