Skip to content

Api client for Poloniex.com. Based on PHP wrapper by compcentral. Extended to have more functionality.

License

Notifications You must be signed in to change notification settings

funyug/poloniex-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poloniex-api-client

Api client for Poloniex.com. Based on PHP wrapper by compcentral. Extended to have more functionality.

Installation

composer require funyug/poloniex

Usage

use Funyug/Poloniex;

$api = new Poloniex("Api key","Api secret");

Get Balance:

$api->get_total_btc_balance();

Get Order book:

$api->get_order_book("BTC_ETH");

Place Buy Order:

$api->buy('BTC_ETH',$buy_price,$amount);

Place Sell Order:

$api->sell('BTC_ETH', $sell_price, $number_of_coins);

About

Api client for Poloniex.com. Based on PHP wrapper by compcentral. Extended to have more functionality.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages