Sha256: 0a5150e8d7987f6217009e99c3069c89e674867dc60304a3c32120ad131cc5e5

Contents?: true

Size: 191 Bytes

Versions: 8

Compression:

Stored size: 191 Bytes

Contents

module Luno
  module Markets
    def market_top_100_bids(pair: 'XBTZAR')
      path = "orderbook_top?pair=#{pair}"
      unauthorised_and_send(http_method: :get, path: path)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
luno-0.2.6 lib/luno/markets.rb
luno-0.2.5 lib/luno/markets.rb
luno-0.2.4 lib/luno/markets.rb
luno-0.2.3 lib/luno/markets.rb
luno-0.2.2 lib/luno/markets.rb
luno-0.2.1 lib/luno/markets.rb
luno-0.2.0 lib/luno/markets.rb
luno-0.1.0 lib/luno/markets.rb