Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 386 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 386 Bytes

Get avg of pair from all stock exchanges

StockExchange::getTickerAverage('BTC', 'USD');

Get chart data with fixed formatted data

StockExchange::getChartData('BTC', 'USD');

Get trade history with different data

StockExchange::getTradeHistory('BTC', 'USD');

Available coins in exchange

StockExchange::getAvailableCoins();

Get pair price

StockExchange::getPairPrice('BTC', 'USD');