Skip to content

Commit

Permalink
1.17.173
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Aug 23, 2018
1 parent 37f07e6 commit 75b18b3
Show file tree
Hide file tree
Showing 18 changed files with 497 additions and 444 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/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-130-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-131-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 130 cryptocurrency exchange markets and trading APIs:
The ccxt library currently supports the following 131 cryptocurrency exchange markets and trading APIs:

| | id | name | certified | ver | doc | countries |
|---------------------------------------------------------------------------------------------------------------------------|--------------------|--------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------:|:-----:|--------------------------------------------------------------------------------------------------|-----------------------------------------|
Expand Down Expand Up @@ -90,6 +90,7 @@ The ccxt library currently supports the following 130 cryptocurrency exchange ma
|![chilebit](https://user-images.githubusercontent.com/1294454/27991414-1298f0d8-647f-11e7-9c40-d56409266336.jpg) | chilebit | [ChileBit](https://chilebit.net) | | 1 | [API](https://blinktrade.com/docs) | Chile |
|![cobinhood](https://user-images.githubusercontent.com/1294454/35755576-dee02e5c-0878-11e8-989f-1595d80ba47f.jpg) | cobinhood | [COBINHOOD](https://cobinhood.com) | | 1 | [API](https://cobinhood.github.io/api-public) | Taiwan |
|![coinbase](https://user-images.githubusercontent.com/1294454/40811661-b6eceae2-653a-11e8-829e-10bfadb078cf.jpg) | coinbase | [coinbase](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | | 2 | [API](https://developers.coinbase.com/api/v2) | US |
|![coinbaseprime](https://user-images.githubusercontent.com/1294454/44539184-29f26e00-a70c-11e8-868f-e907fc236a7c.jpg) | coinbaseprime | [Coinbase Prime](https://prime.coinbase.com) | | * | [API](https://docs.prime.coinbase.com) | US |
|![coinbasepro](https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg) | coinbasepro | [Coinbase Pro](https://pro.coinbase.com/) | | * | [API](https://docs.pro.coinbase.com/) | US |
|![coincheck](https://user-images.githubusercontent.com/1294454/27766464-3b5c3c74-5ed9-11e7-840e-31b32968e1da.jpg) | coincheck | [coincheck](https://coincheck.com) | | * | [API](https://coincheck.com/documents/exchange/api) | Japan, Indonesia |
|![coinegg](https://user-images.githubusercontent.com/1294454/36770310-adfa764e-1c5a-11e8-8e09-449daac3d2fb.jpg) | coinegg | [CoinEgg](https://www.coinegg.com) | | * | [API](https://www.coinegg.com/explain.api.html) | China, UK |
Expand Down
Loading

0 comments on commit 75b18b3

Please sign in to comment.