Skip to content

Commit

Permalink
1.57.52
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Oct 5, 2021
1 parent 69a8ebf commit 6c79620
Show file tree
Hide file tree
Showing 31 changed files with 95 additions and 88 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma
| [![bitbank](https://user-images.githubusercontent.com/1294454/37808081-b87f2d9c-2e59-11e8-894d-c1900b7584fe.jpg)](https://bitbank.cc/) | bitbank | [bitbank](https://bitbank.cc/) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.bitbank.cc/) | | |
| [![bitbay](https://user-images.githubusercontent.com/1294454/27766132-978a7bd8-5ece-11e7-9540-bc96d1e9bbb8.jpg)](https://auth.bitbay.net/ref/jHlbB4mIkdS1) | bitbay | [BitBay](https://auth.bitbay.net/ref/jHlbB4mIkdS1) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://bitbay.net/public-api) | | |
| [![bitbns](https://user-images.githubusercontent.com/1294454/117201933-e7a6e780-adf5-11eb-9d80-98fc2a21c3d6.jpg)](https://ref.bitbns.com/1090961) | bitbns | [Bitbns](https://ref.bitbns.com/1090961) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://bitbns.com/trade/#/api-trading/) | | |
| [![bitcoincom](https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg)](https://exchange.bitcoin.com/referral/da948b21d6c92d69) | bitcoincom | [bitcoin.com](https://exchange.bitcoin.com/referral/da948b21d6c92d69) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://api.exchange.bitcoin.com/api/2/explore) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![bitcoincom](https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg)](https://fmfw.io/referral/da948b21d6c92d69) | bitcoincom | [bitcoin.com](https://fmfw.io/referral/da948b21d6c92d69) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://api.fmfw.io/api/2/explore/) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![bitfinex](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg)](https://www.bitfinex.com/?refcode=P61eYxFL) | bitfinex | [Bitfinex](https://www.bitfinex.com/?refcode=P61eYxFL) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.bitfinex.com/v1/docs) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
| [![bitfinex2](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg)](https://www.bitfinex.com/?refcode=P61eYxFL) | bitfinex2 | [Bitfinex](https://www.bitfinex.com/?refcode=P61eYxFL) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://docs.bitfinex.com/v2/docs/) | | |
| [![bitflyer](https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg)](https://bitflyer.com) | bitflyer | [bitFlyer](https://bitflyer.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://lightning.bitflyer.com/docs?lang=en) | | |
Expand Down Expand Up @@ -220,13 +220,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/[email protected].51/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].51/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].52/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/[email protected].51/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].52/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 @@ -36,7 +36,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.57.51'
const version = '1.57.52'

Exchange.ccxtVersion = version

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

const version = '1.57.51'
const version = '1.57.52'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -19066,18 +19066,18 @@ module.exports = class bitcoincom extends hitbtc {
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg',
'api': {
'public': 'https://api.exchange.bitcoin.com',
'private': 'https://api.exchange.bitcoin.com',
'public': 'https://api.fmfw.io',
'private': 'https://api.fmfw.io',
},
'www': 'https://exchange.bitcoin.com',
'doc': 'https://api.exchange.bitcoin.com/api/2/explore',
'fees': 'https://exchange.bitcoin.com/fees-and-limits',
'referral': 'https://exchange.bitcoin.com/referral/da948b21d6c92d69',
'www': 'https://fmfw.io',
'doc': 'https://api.fmfw.io/api/2/explore/',
'fees': 'https://fmfw.io/fees-and-limits',
'referral': 'https://fmfw.io/referral/da948b21d6c92d69',
},
'fees': {
'trading': {
'maker': this.parseNumber ('0.0015'),
'taker': this.parseNumber ('0.002'),
'maker': this.parseNumber ('0.005'),
'taker': this.parseNumber ('0.005'),
},
},
});
Expand Down Expand Up @@ -85076,6 +85076,7 @@ module.exports = class latoken extends Exchange {
},
'commonCurrencies': {
'MT': 'Monarch',
'TPAY': 'Tetra Pay',
'TSL': 'Treasure SL',
},
'options': {
Expand Down
6 changes: 3 additions & 3 deletions doc/ccxt.pro.manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ The CCXT Pro library currently supports the following 32 cryptocurrency exchange
:alt: CCXT Pro

* - .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69
:target: https://fmfw.io/referral/da948b21d6c92d69
:alt: bitcoincom

- bitcoincom
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__
- .. image:: https://img.shields.io/badge/2-lightgray
:target: https://api.exchange.bitcoin.com/api/2/explore
:target: https://api.fmfw.io/api/2/explore/
:alt: API Version 2

-
Expand Down
6 changes: 3 additions & 3 deletions doc/exchange-markets-by-country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -927,13 +927,13 @@ The ccxt library currently supports the following cryptocurrency exchange market

* - Saint Kitts and Nevis
- .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69
:target: https://fmfw.io/referral/da948b21d6c92d69
:alt: bitcoincom

- bitcoincom
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__
- .. image:: https://img.shields.io/badge/2-lightgray
:target: https://api.exchange.bitcoin.com/api/2/explore
:target: https://api.fmfw.io/api/2/explore/
:alt: API Version 2

* - Seychelles
Expand Down
6 changes: 3 additions & 3 deletions doc/exchange-markets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma
-
-
* - .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69
:target: https://fmfw.io/referral/da948b21d6c92d69
:alt: bitcoincom

- bitcoincom
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__
- .. image:: https://img.shields.io/badge/2-lightgray
:target: https://api.exchange.bitcoin.com/api/2/explore
:target: https://api.fmfw.io/api/2/explore/
:alt: API Version 2

-
Expand Down
6 changes: 3 additions & 3 deletions doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma
-
-
* - .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69
:target: https://fmfw.io/referral/da948b21d6c92d69
:alt: bitcoincom

- bitcoincom
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__
- .. image:: https://img.shields.io/badge/2-lightgray
:target: https://api.exchange.bitcoin.com/api/2/explore
:target: https://api.fmfw.io/api/2/explore/
:alt: API Version 2

-
Expand Down
12 changes: 6 additions & 6 deletions doc/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,13 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma
-
-
* - .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69
:target: https://fmfw.io/referral/da948b21d6c92d69
:alt: bitcoincom

- bitcoincom
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__
- .. image:: https://img.shields.io/badge/2-lightgray
:target: https://api.exchange.bitcoin.com/api/2/explore
:target: https://api.fmfw.io/api/2/explore/
:alt: API Version 2

-
Expand Down Expand Up @@ -1928,14 +1928,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/[email protected].51/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].51/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].52/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/[email protected].51/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js"></script>

Creates a global ``ccxt`` object:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "1.57.51",
"version": "1.57.52",
"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 @@ -570,7 +570,8 @@
"Binance COIN-M",
"Binance USDⓈ-M",
"eqonex.com",
"EQONEX"
"EQONEX",
"fmfw.io"
],
"collective": {
"type": "opencollective",
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 @@ -28,11 +28,11 @@

include 'Throttle.php';

$version = '1.57.51';
$version = '1.57.52';

class Exchange extends \ccxt\Exchange {

const VERSION = '1.57.51';
const VERSION = '1.57.52';

public static $loop;
public static $kernel;
Expand Down
16 changes: 8 additions & 8 deletions php/async/bitcoincom.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ public function describe() {
'urls' => array(
'logo' => 'https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg',
'api' => array(
'public' => 'https://api.exchange.bitcoin.com',
'private' => 'https://api.exchange.bitcoin.com',
'public' => 'https://api.fmfw.io',
'private' => 'https://api.fmfw.io',
),
'www' => 'https://exchange.bitcoin.com',
'doc' => 'https://api.exchange.bitcoin.com/api/2/explore',
'fees' => 'https://exchange.bitcoin.com/fees-and-limits',
'referral' => 'https://exchange.bitcoin.com/referral/da948b21d6c92d69',
'www' => 'https://fmfw.io',
'doc' => 'https://api.fmfw.io/api/2/explore/',
'fees' => 'https://fmfw.io/fees-and-limits',
'referral' => 'https://fmfw.io/referral/da948b21d6c92d69',
),
'fees' => array(
'trading' => array(
'maker' => $this->parse_number('0.0015'),
'taker' => $this->parse_number('0.002'),
'maker' => $this->parse_number('0.005'),
'taker' => $this->parse_number('0.005'),
),
),
));
Expand Down
1 change: 1 addition & 0 deletions php/async/latoken.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public function describe() {
),
'commonCurrencies' => array(
'MT' => 'Monarch',
'TPAY' => 'Tetra Pay',
'TSL' => 'Treasure SL',
),
'options' => array(
Expand Down
16 changes: 8 additions & 8 deletions php/bitcoincom.php

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

1 change: 1 addition & 0 deletions php/latoken.php

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

Loading

0 comments on commit 6c79620

Please sign in to comment.