Skip to content

Commit

Permalink
1.85.69
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jun 8, 2022
1 parent 677e7a6 commit e1e1be5
Show file tree
Hide file tree
Showing 271 changed files with 2,730 additions and 42 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,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].68/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].68/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].69/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].69/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].68/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].69/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.85.68'
const version = '1.85.69'

Exchange.ccxtVersion = version

Expand Down
642 changes: 641 additions & 1 deletion dist/ccxt.browser.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2059,14 +2059,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].68/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].68/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].69/dist/ccxt.browser.js
* unpkg: https://unpkg.com/[email protected].69/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].68/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].69/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": "1.85.68",
"version": "1.85.69",
"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 @@ -215,7 +215,7 @@
"ccex",
"C-CEX",
"cex",
"CEX.IO",
"cex.io",
"CHBTC",
"ChileBit",
"chilebit.net",
Expand Down Expand Up @@ -385,7 +385,7 @@
"fybse.se",
"fybsg.com",
"gatecoin.com",
"gate.io",
"Gate.io",
"gdax.com",
"gemini.com",
"getbtc.org",
Expand Down Expand Up @@ -502,8 +502,8 @@
"dsxglobal.com",
"bitvavo.com",
"Bitvavo",
"currency.com",
"waves.exchange",
"Currency.com",
"Waves.Exchange",
"phemex.com",
"Phemex",
"huobi.co.jp",
Expand Down Expand Up @@ -552,7 +552,7 @@
"Binance USDⓈ-M",
"eqonex.com",
"EQONEX",
"fmfw.io",
"FMFW.io",
"mexc.com",
"MEXC Global",
"bitrue.com",
Expand All @@ -566,8 +566,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.

8 changes: 8 additions & 0 deletions php/aax.php

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

8 changes: 8 additions & 0 deletions php/ascendex.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.85.68';
$version = '1.85.69';

class Exchange extends \ccxt\Exchange {

const VERSION = '1.85.68';
const VERSION = '1.85.69';

public static $loop;
public static $kernel;
Expand Down
8 changes: 8 additions & 0 deletions php/async/aax.php
Original file line number Diff line number Diff line change
Expand Up @@ -2232,6 +2232,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the aax api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$request = array(
// status Not required : "0 => Under Review, 1 => Manual Review, 2 => On Chain, 3 => Review Failed, 4 => On Chain, 5 => Completed, 6 => Failed"
Expand Down
8 changes: 8 additions & 0 deletions php/async/ascendex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2158,6 +2158,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the ascendex api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
$request = array(
'txType' => 'withdrawal',
);
Expand Down
8 changes: 8 additions & 0 deletions php/async/bibox.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all $withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch $withdrawals for
* @param {int|null} $limit the maximum number of $withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bibox api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
if ($limit === null) {
$limit = 100;
Expand Down
8 changes: 8 additions & 0 deletions php/async/bigone.php
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all $withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch $withdrawals for
* @param {int|null} $limit the maximum number of $withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bigone api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$request = array(
// 'page_token' => 'dxzef', // $request page after this page token
Expand Down
8 changes: 8 additions & 0 deletions php/async/binance.php
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the binance api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$legalMoney = $this->safe_value($this->options, 'legalMoney', array());
$request = array();
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitbns.php
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitbns api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
if ($code === null) {
throw new ArgumentsRequired($this->id . ' fetchWithdrawals() requires a $currency $code argument');
}
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitflyer.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitflyer api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$currency = null;
$request = array();
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitmart.php
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,14 @@ public function fetch_withdrawal($id, $code = null, $params = array ()) {
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitmart api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
return yield $this->fetch_transactions_by_type('withdraw', $code, $since, $limit, $params);
}

Expand Down
8 changes: 8 additions & 0 deletions php/async/bitopro.php
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitopro api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
if ($code === null) {
throw new ArgumentsRequired($this->id . ' fetchWithdrawals() requires the $code argument');
}
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitpanda.php
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms $to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures $to retrieve
* @param {dict} $params extra parameters specific $to the bitpanda api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$request = array(
// 'cursor' => 'string', // pointer specifying the position from which the next pages should be returned
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitrue.php
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitrue api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
if ($code === null) {
throw new ArgumentsRequired($this->id . ' fetchWithdrawals() requires a $code argument');
}
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitstamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,14 @@ public function fetch_transactions($code = null, $since = null, $limit = null, $
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitstamp api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$request = array();
if ($since !== null) {
Expand Down
8 changes: 8 additions & 0 deletions php/async/bittrex.php
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,14 @@ public function fetch_deposits($code = null, $since = null, $limit = null, $para
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bittrex api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
// https://support.bittrex.com/hc/en-us/articles/115003723911
$request = array();
Expand Down
8 changes: 8 additions & 0 deletions php/async/bitvavo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,14 @@ public function withdraw($code, $amount, $address, $tag = null, $params = array
}

public function fetch_withdrawals($code = null, $since = null, $limit = null, $params = array ()) {
/**
* fetch all withdrawals made from an account
* @param {str|null} $code unified $currency $code
* @param {int|null} $since the earliest time in ms to fetch withdrawals for
* @param {int|null} $limit the maximum number of withdrawals structures to retrieve
* @param {dict} $params extra parameters specific to the bitvavo api endpoint
* @return {[dict]} a list of {@link https://docs.ccxt.com/en/latest/manual.html#transaction-structure transaction structures}
*/
yield $this->load_markets();
$request = array(
// 'symbol' => $currency['id'],
Expand Down
Loading

0 comments on commit e1e1be5

Please sign in to comment.