Module: Bitsor::Client::Ticker

Included in:
Bitsor::Client
Defined in:
lib/bitsor/client/ticker.rb

Instance Method Summary collapse

Instance Method Details

#ticker(book:) ⇒ Object



6
7
8
9
10
# File 'lib/bitsor/client/ticker.rb', line 6

def ticker(book:)
  normalize_response.with(:ticker) do
    get('/v3/ticker/', book: book)
  end
end