module Mexbt::Common

Public Instance Methods

trades(currency_pair: Mexbt.currency_pair, start_index: -1, count: 10) click to toggle source
# File lib/mexbt/common.rb, line 3
def trades(currency_pair: Mexbt.currency_pair, start_index: -1, count: 10)
  call("trades", { ins: currency_pair, startIndex: start_index, count: count })
end