2017 © Pedro Peláez
 

library cryptopia

An API wrapper for Cryptopia.co.nz

image

pxgamer/cryptopia

An API wrapper for Cryptopia.co.nz

  • Wednesday, January 17, 2018
  • by PXgamer
  • Repository
  • 0 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

cryptopia

Latest Version on Packagist ![Software License][ico-license] Build Status Style CI ![Code Coverage][ico-code-quality] Total Downloads, (*1)

An API wrapper for Cryptopia.co.nz, (*2)

Structure

src/
tests/
vendor/

Install

Via Composer, (*3)

$ composer require pxgamer/cryptopia

Usage

Basic methods

Initialise the Basic class., (*4)

$basic = new pxgamer\Cryptopia\Basic();

Retrieve a list of currencies as an array., (*5)

$basic->getCurrencies();

Retrieve a list of trade pairs as an array., (*6)

$basic->getTradePairs();

Retrieve a list of markets as an array., (*7)

$basic->getMarkets();

Retrieve a single market as a stdClass., (*8)

$basic->getMarket();

Retrieve a single market's history as an array., (*9)

$basic->getMarketHistory();

Retrieve a single market's orders as a stdClass., (*10)

$basic->getMarketOrders();

Retrieve a list of market order groups as an array., (*11)

$basic->getMarketOrderGroups();

Change log

Please see CHANGELOG for more information on what has changed recently., (*12)

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*13)

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker., (*14)

Credits

License

The MIT License (MIT). Please see License File for more information., (*15)

The Versions

17/01 2018

dev-develop

dev-develop

An API wrapper for Cryptopia.co.nz

  Sources   Download

MIT

The Requires

 

The Development Requires

17/01 2018

dev-master

9999999-dev

An API wrapper for Cryptopia.co.nz

  Sources   Download

MIT

The Requires

 

The Development Requires

17/01 2018

v1.0.0

1.0.0.0

An API wrapper for Cryptopia.co.nz

  Sources   Download

MIT

The Requires

 

The Development Requires