iamlouisdoyle / PHP-Bittrex-API-Wrapper

Bittrex API wrapper written in PHP
MIT License
6 stars 3 forks source link
api-wrapper bittrex bittrex-api php

PHP Bittrex API Wrapper

An API wrapper class for the Bittrex altcoin exchange platform (https://bittrex.com/home/api).

Usage

include 'Bittrex.php';

$bittrex = new Bittrex(YOUR_API_KEY, YOUR_API_SECRET);

$markets = $bittrex->GetMarkets();

Documentation

To do.