Module: Bitstamper::Rest::Public::TradingPairs

Included in:
Client
Defined in:
lib/bitstamper/rest/public/trading_pairs.rb

Instance Method Summary collapse

Instance Method Details

#trading_pairsObject



6
7
8
9
# File 'lib/bitstamper/rest/public/trading_pairs.rb', line 6

def trading_pairs
  response    =   get("/v2/trading-pairs-info")
  ::Bitstamper::Models::TradingPair.parse(response) if response
end