An API wrapper class for the Bittrex altcoin exchange platform (https://bittrex.com/home/api).
include 'Bittrex.php';
$bittrex = new Bittrex(YOUR_API_KEY, YOUR_API_SECRET);
$markets = $bittrex->GetMarkets();
To do.
An API wrapper class for the Bittrex altcoin exchange platform (https://bittrex.com/home/api).
include 'Bittrex.php';
$bittrex = new Bittrex(YOUR_API_KEY, YOUR_API_SECRET);
$markets = $bittrex->GetMarkets();
To do.