All Projects → edsonmedina → bittrex

edsonmedina / bittrex

Licence: other
PHP wrapper class for Bittrex API

Programming Languages

PHP
23972 projects - #3 most used programming language

PHP wrapper class for Bittrex API

This class is a wrapper for the Bittrex altcoin trader platform API (https://bittrex.com/home/api). You can use it to check market values, do tradings with your wallet, deposit and withdraw coins, write your own trading bot, etc

Requirements

  • You obviously need a bittrex account.
  • You need to create an API key on your account settings

Usage

use edsonmedina\bittrex\Client;

$key = '4bec433f95e54562aeeefae92ebedb84'; // use your key and secret
$secret = '6171690af7364ea2a951dc85d00e1130';

$b = new Client ($key, $secret);

$list = $b->getOrderHistory ();

Documentation

TODO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].