Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

edsonmedina/bittrex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

PHP wrapper class for Bittrex API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages