icex/stock_exchange_integration

There is no license information available for the latest version (dev-master) of this package.

Service for using stock exchange API

dev-master 2018-02-07 15:15 UTC

This package is not auto-updated.

Last update: 2024-05-20 07:08:49 UTC


README

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');