iamlouisdoyle / PHP-Bittrex-API-Wrapper

Bittrex API wrapper written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Bittrex API wrapper written in PHP

License:MIT License


Languages

Language:PHP 100.0%