yii2-extension yii2-btce-api
BTC-e api yii2-extensions
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
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');
dev-master
9999999-dev
BTC-e api yii2-extensions
Sources
Download
MIT License
The Requires
by
Sadykh Sadykhov
yii2
btc-e
btce
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
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
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
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