Skip to content

Commit

Permalink
2.4.57
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Dec 25, 2022
1 parent d1ca445 commit f8d5679
Show file tree
Hide file tree
Showing 27 changed files with 56 additions and 81 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The CCXT library currently supports the following 105 cryptocurrency exchange ma
| [![gate](https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg)](https://www.gate.io/ref/2436035) | gate | [Gate.io](https://www.gate.io/ref/2436035) | [![API Version 4](https://img.shields.io/badge/4-lightgray)](https://www.gate.io/docs/apiv4/en/index.html) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![gemini](https://user-images.githubusercontent.com/1294454/27816857-ce7be644-6096-11e7-82d6-3c257263229c.jpg)](https://gemini.com/) | gemini | [Gemini](https://gemini.com/) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.gemini.com/rest-api) | | |
| [![hitbtc](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg)](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://api.hitbtc.com/v2) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![hitbtc3](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg)](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc3 | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | [![API Version 3](https://img.shields.io/badge/3-lightgray)](https://api.hitbtc.com) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![hitbtc3](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg)](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc3 | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | [![API Version 3](https://img.shields.io/badge/3-lightgray)](https://api.hitbtc.com) | | |
| [![hollaex](https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg)](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | hollaex | [HollaEx](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://apidocs.hollaex.com) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![huobi](https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg)](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | huobi | [Huobi](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://huobiapi.github.io/docs/spot/v1/cn/) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![huobijp](https://user-images.githubusercontent.com/1294454/85734211-85755480-b705-11ea-8b35-0b7f1db33a2f.jpg)](https://www.huobi.co.jp/register/?invite_code=znnq3) | huobijp | [Huobi Japan](https://www.huobi.co.jp/register/?invite_code=znnq3) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://api-doc.huobi.co.jp) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
Expand Down Expand Up @@ -208,13 +208,13 @@ console.log (ccxt.exchanges) // print all available exchanges

All-in-one browser bundle (dependencies included), served from a CDN of your choice:

* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.56/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.56/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.57/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.57/dist/ccxt.browser.js

CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.

```HTML
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.56/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.57/dist/ccxt.browser.js"></script>
```

Creates a global `ccxt` object:
Expand Down
2 changes: 1 addition & 1 deletion ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '2.4.56'
const version = '2.4.57'

Exchange.ccxtVersion = version

Expand Down
4 changes: 2 additions & 2 deletions dist/ccxt.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '2.4.56'
const version = '2.4.57'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -106752,7 +106752,7 @@ module.exports = class hitbtc3 extends Exchange {
// 20 requests per second => ( 1000ms / rateLimit ) / 20 = cost = 15 (All Other)
'rateLimit': 3.333, // TODO: optimize https://api.hitbtc.com/#rate-limiting
'version': '3',
'pro': true,
'pro': false,
'has': {
'CORS': false,
'spot': true,
Expand Down
17 changes: 1 addition & 16 deletions doc/ccxt.pro.manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The CCXT Pro heavily relies on the transpiler of CCXT for `multilanguage support
Exchanges
---------

The CCXT Pro library currently supports the following 46 cryptocurrency exchange markets and WebSocket trading APIs:
The CCXT Pro library currently supports the following 45 cryptocurrency exchange markets and WebSocket trading APIs:

.. list-table::
:header-rows: 1
Expand Down Expand Up @@ -494,21 +494,6 @@ The CCXT Pro library currently supports the following 46 cryptocurrency exchange
:target: https://ccxt.pro
:alt: CCXT Pro

* - .. image:: https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg
:target: https://hitbtc.com/?ref_id=5a5d39a65d466
:alt: hitbtc3

- hitbtc3
- `HitBTC <https://hitbtc.com/?ref_id=5a5d39a65d466>`__
- .. image:: https://img.shields.io/badge/3-lightgray
:target: https://api.hitbtc.com
:alt: API Version 3

-
- .. image:: https://img.shields.io/badge/CCXT-Pro-black
:target: https://ccxt.pro
:alt: CCXT Pro

* - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
:target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
:alt: hollaex
Expand Down
5 changes: 1 addition & 4 deletions doc/exchange-markets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,7 @@ The CCXT library currently supports the following 105 cryptocurrency exchange ma
:alt: API Version 3

-
- .. image:: https://img.shields.io/badge/CCXT-Pro-black
:target: https://ccxt.pro
:alt: CCXT Pro

-
* - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
:target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
:alt: hollaex
Expand Down
5 changes: 1 addition & 4 deletions doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,7 @@ The CCXT library currently supports the following 105 cryptocurrency exchange ma
:alt: API Version 3

-
- .. image:: https://img.shields.io/badge/CCXT-Pro-black
:target: https://ccxt.pro
:alt: CCXT Pro

-
* - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
:target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
:alt: hollaex
Expand Down
11 changes: 4 additions & 7 deletions doc/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1194,10 +1194,7 @@ The CCXT library currently supports the following 105 cryptocurrency exchange ma
:alt: API Version 3

-
- .. image:: https://img.shields.io/badge/CCXT-Pro-black
:target: https://ccxt.pro
:alt: CCXT Pro

-
* - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
:target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
:alt: hollaex
Expand Down Expand Up @@ -1864,14 +1861,14 @@ JavaScript (for use with the ``<script>`` tag):
All-in-one browser bundle (dependencies included), served from a CDN of your choice:


* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.56/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.56/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.57/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@2.4.57/dist/ccxt.browser.js

CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.

.. code-block:: HTML

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.56/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.57/dist/ccxt.browser.js"></script>

Creates a global ``ccxt`` object:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "2.4.56",
"version": "2.4.57",
"description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges",
"main": "./ccxt.js",
"unpkg": "dist/ccxt.browser.js",
Expand Down Expand Up @@ -244,7 +244,7 @@
"ccex",
"C-CEX",
"cex",
"CEX.IO",
"cex.io",
"CHBTC",
"ChileBit",
"chilebit.net",
Expand Down Expand Up @@ -414,7 +414,7 @@
"fybse.se",
"fybsg.com",
"gatecoin.com",
"gate.io",
"Gate.io",
"gdax.com",
"gemini.com",
"getbtc.org",
Expand Down Expand Up @@ -531,8 +531,8 @@
"dsxglobal.com",
"bitvavo.com",
"Bitvavo",
"currency.com",
"waves.exchange",
"Currency.com",
"Waves.Exchange",
"phemex.com",
"Phemex",
"huobi.co.jp",
Expand Down Expand Up @@ -581,7 +581,7 @@
"Binance USDⓈ-M",
"eqonex.com",
"EQONEX",
"fmfw.io",
"FMFW.io",
"mexc.com",
"MEXC Global",
"bitrue.com",
Expand All @@ -595,8 +595,8 @@
"Zonda",
"futures.kucoin.com",
"KuCoin Futures",
"blockchain.com",
"crypto.com",
"Blockchain.com",
"Crypto.com",
"wazirx.com",
"WazirX",
"woo.org",
Expand Down
4 changes: 2 additions & 2 deletions php/Exchange.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions php/async/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

include 'Throttle.php';

$version = '2.4.56';
$version = '2.4.57';

class Exchange extends \ccxt\Exchange {

const VERSION = '2.4.56';
const VERSION = '2.4.57';

public $browser;
public $marketsLoading = null;
Expand Down
2 changes: 1 addition & 1 deletion php/async/hitbtc3.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function describe() {
// 20 requests per second => ( 1000ms / rateLimit ) / 20 = cost = 15 (All Other)
'rateLimit' => 3.333, // TODO => optimize https://api.hitbtc.com/#rate-limiting
'version' => '3',
'pro' => true,
'pro' => false,
'has' => array(
'CORS' => false,
'spot' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/hitbtc3.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8d5679

Please sign in to comment.