Skip to content

Commit

Permalink
1.17.15
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jul 26, 2018
1 parent 0da589d commit 4053420
Show file tree
Hide file tree
Showing 18 changed files with 427 additions and 1,353 deletions.
5 changes: 2 additions & 3 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/ccxt/ccxt.svg?branch=master)](https://travis-ci.org/ccxt/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) [![Gitter](https://badges.gitter.im/ccxt-dev/ccxt.svg)](https://gitter.im/ccxt-dev/ccxt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Supported Exchanges](https://img.shields.io/badge/exchanges-127-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Open Collective](https://opencollective.com/ccxt/backers/badge.svg)](https://opencollective.com/ccxt)
[![Build Status](https://travis-ci.org/ccxt/ccxt.svg?branch=master)](https://travis-ci.org/ccxt/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) [![Gitter](https://badges.gitter.im/ccxt-dev/ccxt.svg)](https://gitter.im/ccxt-dev/ccxt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Supported Exchanges](https://img.shields.io/badge/exchanges-126-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Open Collective](https://opencollective.com/ccxt/backers/badge.svg)](https://opencollective.com/ccxt)
[![Twitter Follow](https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT)](https://twitter.com/ccxt_official)

A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
Expand Down Expand Up @@ -39,7 +39,7 @@ Learn more about **[The Ocean](https://theocean.trade)** in [CCXT v1.17 Release

## Supported Cryptocurrency Exchange Markets

The ccxt library currently supports the following 127 cryptocurrency exchange markets and trading APIs:
The ccxt library currently supports the following 126 cryptocurrency exchange markets and trading APIs:

| | id | name | certified | ver | doc | countries |
|---------------------------------------------------------------------------------------------------------------------------|--------------------|------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------:|:---:|--------------------------------------------------------------------------------------------------|-----------------------------------------|
Expand Down Expand Up @@ -102,7 +102,6 @@ The ccxt library currently supports the following 127 cryptocurrency exchange ma
|![coinone](https://user-images.githubusercontent.com/1294454/38003300-adc12fba-323f-11e8-8525-725f53c4a659.jpg) | coinone | [CoinOne](https://coinone.co.kr) | | 2 | [API](https://doc.coinone.co.kr) | South Korea |
|![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 |
|![cointiger](https://user-images.githubusercontent.com/1294454/39797261-d58df196-5363-11e8-9880-2ec78ec5bd25.jpg) | cointiger | [CoinTiger](https://www.cointiger.pro/exchange/register.html?refCode=FfvDtt) | | 1 | [API](https://github.com/cointiger/api-docs-en/wiki) | China |
|![coolcoin](https://user-images.githubusercontent.com/1294454/36770529-be7b1a04-1c5b-11e8-9600-d11f1996b539.jpg) | coolcoin | [CoolCoin](https://www.coolcoin.com) | | * | [API](https://www.coolcoin.com/help.api.html) | Hong Kong |
|![crypton](https://user-images.githubusercontent.com/1294454/41334251-905b5a78-6eed-11e8-91b9-f3aa435078a1.jpg) | crypton | [Crypton](https://cryptonbtc.com) | | 1 | [API](https://cryptonbtc.docs.apiary.io/) | EU |
|![cryptopia](https://user-images.githubusercontent.com/1294454/29484394-7b4ea6e2-84c6-11e7-83e5-1fccf4b2dc81.jpg) | cryptopia | [Cryptopia](https://www.cryptopia.co.nz/Register?referrer=kroitor) | | * | [API](https://support.cryptopia.co.nz/csm?id=kb_article&sys_id=a75703dcdbb9130084ed147a3a9619bc) | New Zealand |
Expand Down
Loading

0 comments on commit 4053420

Please sign in to comment.