2017 © Pedro Peláez
 

yii2-extension yii2-btce-api

BTC-e api yii2-extensions

image

sadykh/yii2-btce-api

BTC-e api yii2-extensions

  • Saturday, October 28, 2017
  • by Sadykh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 42 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

btce

BTC-e API Class, (*1)

Allows for the use of the Private and Public APIs from BTC-e., (*2)

Built in Support For: Public API: Currency Pair Fees Currency Pair Tickers Currency Pair Trades Currency Pair Depths, (*3)

Private API:
    Trade (Buy/Sell) Orders
    Checking on Past Orders
    API Query Method
        - Auto-recovery from bad noonces
        - Allows any method with any parameters to be called on btc-e


Example Usage provided in Example.php


How to integrate:
require_once('btce-api.php');
$BTCeAPI = new BTCeAPI({APIKEY},{APISECRET}[,Optional:{START_NOONCE}]);


Private API Quick Example:
$BTCeAPI->makeOrder($amount, $pair, $direction, $price);

Public API Quick Example:
$BTCeAPI->getPairDepth('btc_usd');

The Versions

28/10 2017

dev-master

9999999-dev

BTC-e api yii2-extensions

  Sources   Download

MIT License

The Requires

 

by Sadykh Sadykhov

yii2 btc-e btce

28/10 2017

1.0.5

1.0.5.0

BTC-e api yii2-extensions

  Sources   Download

MIT License

The Requires

 

by Sadykh Sadykhov

yii2 btc-e btce

28/10 2017

v1.0.4

1.0.4.0

BTC-e api yii2-extensions

  Sources   Download

MIT License

The Requires

 

by Sadykh Sadykhov

yii2 btc-e btce

11/07 2017

v1.0.3

1.0.3.0

BTC-e api yii2-extensions

  Sources   Download

MIT License

The Requires

 

by Sadykh Sadykhov

yii2 btc-e btce

10/07 2017

v1.0.2

1.0.2.0

BTC-e api yii2-extensions

  Sources   Download

MIT License

The Requires

 

by Sadykh Sadykhov

yii2 btc-e btce