Skip to content

Commit

Permalink
working on ccxt#123 cryptopia initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 19, 2017
1 parent a7c9706 commit 25fbee5
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 143 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CCXT – CryptoCurrency eXchange Trading Library

[![Build Status](https://travis-ci.org/kroitor/ccxt.svg?branch=master)](https://travis-ci.org/kroitor/ccxt) [![npm](https://img.shields.io/npm/v/ccxt.svg)](https://npmjs.com/package/ccxt) [![PyPI](https://img.shields.io/pypi/v/ccxt.svg)](https://pypi.python.org/pypi/ccxt) [![NPM Downloads](https://img.shields.io/npm/dm/ccxt.svg)](https://www.npmjs.com/package/ccxt) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/kroitor/ccxt.svg)](https://scrutinizer-ci.com/g/kroitor/ccxt/?branch=master) [![Try ccxt on RunKit](https://badge.runkitcdn.com/ccxt.svg)](https://npm.runkit.com/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-72-blue.svg)](https://github.com/kroitor/ccxt/wiki/Exchange-Markets)
[![Build Status](https://travis-ci.org/kroitor/ccxt.svg?branch=master)](https://travis-ci.org/kroitor/ccxt) [![npm](https://img.shields.io/npm/v/ccxt.svg)](https://npmjs.com/package/ccxt) [![PyPI](https://img.shields.io/pypi/v/ccxt.svg)](https://pypi.python.org/pypi/ccxt) [![NPM Downloads](https://img.shields.io/npm/dm/ccxt.svg)](https://www.npmjs.com/package/ccxt) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/kroitor/ccxt.svg)](https://scrutinizer-ci.com/g/kroitor/ccxt/?branch=master) [![Try ccxt on RunKit](https://badge.runkitcdn.com/ccxt.svg)](https://npm.runkit.com/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-73-blue.svg)](https://github.com/kroitor/ccxt/wiki/Exchange-Markets)

A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.

Expand All @@ -19,7 +19,7 @@ Current featurelist:

## Supported Cryptocurrency Exchange Markets

The ccxt library currently supports the following 72 cryptocurrency exchange markets and trading APIs:
The ccxt library currently supports the following 73 cryptocurrency exchange markets and trading APIs:

| | id | name | ver | doc | countries |
|----------------------------------------------------------------------------------------------------------------------|---------------|------------------------------------------------------|:---:|:-------------------------------------------------------------------------------------------:|-----------------------------------------|
Expand Down Expand Up @@ -59,6 +59,7 @@ The ccxt library currently supports the following 72 cryptocurrency exchange mar
|![coinmate](https://user-images.githubusercontent.com/1294454/27811229-c1efb510-606c-11e7-9a36-84ba2ce412d8.jpg) | coinmate | [CoinMate](https://coinmate.io) | * | [API](http://docs.coinmate.apiary.io) | UK, Czech Republic |
|![coinsecure](https://user-images.githubusercontent.com/1294454/27766472-9cbd200a-5ed9-11e7-9551-2267ad7bac08.jpg) | coinsecure | [Coinsecure](https://coinsecure.in) | 1 | [API](https://api.coinsecure.in) | India |
|![coinspot](https://user-images.githubusercontent.com/1294454/28208429-3cacdf9a-6896-11e7-854e-4c79a772a30f.jpg) | coinspot | [CoinSpot](https://www.coinspot.com.au) | * | [API](https://www.coinspot.com.au/api) | Australia |
|![cryptopia](https://user-images.githubusercontent.com/1294454/29483974-98c3ed94-84bd-11e7-8fcc-f328f7533df5.jpg) | cryptopia | [Cryptopia](https://www.cryptopia.co.nz) | * | [API](https://www.cryptopia.co.nz/Forum/Thread/255) | New Zealand |
|![dsx](https://user-images.githubusercontent.com/1294454/27990275-1413158a-645a-11e7-931c-94717f7510e3.jpg) | dsx | [DSX](https://dsx.uk) | * | [API](https://api.dsx.uk) | UK |
|![exmo](https://user-images.githubusercontent.com/1294454/27766491-1b0ea956-5eda-11e7-9225-40d67b481b8d.jpg) | exmo | [EXMO](https://exmo.me) | 1 | [API](https://exmo.me/ru/api_doc) | Spain, Russia |
|![flowbtc](https://user-images.githubusercontent.com/1294454/28162465-cd815d4c-67cf-11e7-8e57-438bea0523a2.jpg) | flowbtc | [flowBTC](https://trader.flowbtc.com) | 1 | [API](http://www.flowbtc.com.br/api/) | Brazil |
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CCXT – CryptoCurrency eXchange Trading Library
:target: https://scrutinizer-ci.com/g/kroitor/ccxt/?branch=master
.. image:: https://badge.runkitcdn.com/ccxt.svg
:target: https://npm.runkit.com/ccxt
.. image:: https://img.shields.io/badge/exchanges-72-blue.svg
.. image:: https://img.shields.io/badge/exchanges-73-blue.svg
:target: https://github.com/kroitor/ccxt/wiki/Exchange-Markets

A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
Expand All @@ -34,7 +34,7 @@ Current featurelist:
Supported Cryptocurrency Exchange Markets
-----------------------------------------

The ccxt library currently supports the following 72 cryptocurrency exchange markets and trading APIs:
The ccxt library currently supports the following 73 cryptocurrency exchange markets and trading APIs:

+-----------------+-----------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| id | name | ver | doc | countries |
Expand Down Expand Up @@ -111,6 +111,8 @@ The ccxt library currently supports the following 72 cryptocurrency exchange mar
+-----------------+-----------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| coinspot | `CoinSpot <https://www.coinspot.com.au>`__ | \* | `API <https://www.coinspot.com.au/api>`__ | Australia |
+-----------------+-----------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| cryptopia | `Cryptopia <https://www.cryptopia.co.nz>`__ | \* | `API <https://www.cryptopia.co.nz/Forum/Thread/255>`__ | New Zealand |
+-----------------+-----------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| dsx | `DSX <https://dsx.uk>`__ | \* | `API <https://api.dsx.uk>`__ | UK |
+-----------------+-----------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| exmo | `EXMO <https://exmo.me>`__ | 1 | `API <https://exmo.me/ru/api_doc>`__ | Spain, Russia |
Expand Down
Loading

0 comments on commit 25fbee5

Please sign in to comment.