2017 © Pedro Peláez
 

library bitx

BitX PHP Client

image

neilgarb/bitx

BitX PHP Client

  • Thursday, November 19, 2015
  • by neilgarb
  • Repository
  • 2 Watchers
  • 6 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BitX PHP Client

Build Status, (*1)

This is a PHP client for the BitX API (https://bitx.co/api)., (*2)

The client uses Guzzle to make HTTPS calls., (*3)

Installation

composer require "neilgarb/bitx"

Usage

$client = new Bitx\Client('key', 'secret');
$tickers = $client->getTickers();

Reference

getTicker($pair)
getTickers()
getOrderbook($pair)
getTrades($pair)
createAccount($currency, $name)
getBalance()
getTransactions($account, $min_row, $max_row)
getOrders($state = null, $pair = null)
createOrder($pair, $type, $volume, $price)
createMarketOrder(
stopOrder($order_id)
getOrder($order)
getFundingAddress($asset, $address = null)
createFundingAddress($asset)
getWithdrawals()
createWithdrawal($type, $amount)
getWithdrawal($withdrawal)
deleteWithdrawal($withdrawal)
createSend(
createQuote($type, $base_amount, $pair)
getQuote($quote)
exerciseQuote($quote)

The Versions

19/11 2015

dev-master

9999999-dev https://github.com/neilgarb/bitx

BitX PHP Client

  Sources   Download

MIT

The Requires

 

The Development Requires

by Neil Garb

client bitcoin bitx