Skip to content

Warchiefs/stock_exchange_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Service for using stock exchange API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages