2017 © Pedro Peláez
 

project ice3x_v2_php

PHP API library for the popular ICE3X crypto exchange.

image

ice3x/ice3x_v2_php

PHP API library for the popular ICE3X crypto exchange.

  • Friday, February 9, 2018
  • by Crypto100101
  • Repository
  • 3 Watchers
  • 1 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 7 Versions
  • 3 % Grown

The README.md

PHP API library for ICE3X

Use this library to interface with ICE3X bitcoin exchange with PHP, (*1)

Visit your ice3x account to generate your public & private keys., (*2)

Usage example

composer require ice3x/ice3x_v2_php, (*3)

use ice3x\ice3x_v2_php\iceApi as iceApi;
$iceApi = new iceApi("publickey", "privatekey");

API Examples

//Create new order (type can be either buy or sell)
$iceApi->createNewOrder(['type' => 'sell', 'pair_id' => '3', 'amount' => '0.01', 'price' => '210001']);

//Cancel order
$iceApi->cancelOrder('trade_id' => 1409120]);

//Trades information
$iceApi->getPrivateTradeList()
$iceApi->getPrivateTradeInfo(['trade_id' => 1409120]);

//Account balances information
$iceApi->getBalanceList();
$iceApi->getBalanceInfo(['currency_id' => 1]);

//Transaction information
$iceApi->getTransactionList('currency_id' => 1]);
$iceApi->getTransactionInfo('transaction_id' => 1256241]);

//Order information
$iceApi->getOrderList();
$iceApi->getOrderInfo(['order_id' => 701405]);

//Market information
$iceApi->getMarketDepthFull();
$iceApi->getMarketDepthBtcav();
$iceApi->getOrderbookInfo(['pair_id' => 3]);
$iceApi->getCurrencyList();
$iceApi->getPairList();
$iceApi->getPairInfo(['pair_id' => 3]);
$iceApi->getPublicTradeList();
$iceApi->getPublicTradeInfo(['trade_id' => 1408345]);

The Versions

09/02 2018

dev-master

9999999-dev

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

09/02 2018

v1.0.5

1.0.5.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

12/01 2018

v1.0.4

1.0.4.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

09/01 2018

v1.0.3

1.0.3.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

09/01 2018

v1.0.2

1.0.2.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

09/01 2018

v1.0.1

1.0.1.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin

09/01 2018

v1.0.0

1.0.0.0

PHP API library for the popular ICE3X crypto exchange.

  Sources   Download

GPL

The Requires

  • php >=5.4

 

The Development Requires

by Richard W

bitcoin ethereum exchange litecoin