ccxt icon indicating copy to clipboard operation
ccxt copied to clipboard

A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

Results 1250 ccxt issues
Sort by recently updated
recently updated
newest added

- CentOS 7 - php 5.5 - CCXT version: latest Parse error: syntax error, unexpected '.' in /home/httpd/ccxt/php/Exchange.php](/ccxt/php/Exchange.php) on line 864 864 $merged = array_merge(...array_slice($args, 1)); PHP supported argument unpacking...

fix #14610

bug

initial commit. fix #14324

enhancement

- OS: Google Cloud Functions - Programming Language version: Python 3.8 - CCXT version: not sure Error: ``` ccxt.base.errors.DDoSProtection: binance 418 I'm a teapot {"code":-1003,"msg":"Way too much request weight used;...

This is just a draft because it mixes a lot. It looks like few exchanges have a swap settlement history, but many provide future and option settlement history. I'm wondering...

builds on #14281 -------------------------- ``` % bibox fetchMarkets | condense 2022-07-05T10:01:23.280Z Node.js: v18.4.0 CCXT v1.89.49 bibox.fetchMarkets () 2022-07-05T10:01:24.731Z iteration 0 passed in 382 ms id | symbol | baseId |...

enhancement

Updates `fetchBalance` to use `handleMarginModeAndParams` ``` 2022-07-18T16:21:24.995Z Node.js: v18.4.0 CCXT v1.90.89 binance.fetchBalance ([object Object]) 2022-07-18T16:21:26.784Z iteration 0 passed in 746 ms { info: { }, 'ADA/USDT': { ADA: { free:...

enhancement

JS class docstrings are transpiled from this ``` /** * @class * @name aax * @description exchange class for aax api */ ``` into python ``` """ exchange class for...

enhancement

2022-07-04T12:52:52.936Z Node.js: v18.4.0 CCXT v1.89.98 ``` % binanceusdm createOrder ADA/USDT limit buy 23 0.464 '{"postOnly": true}' binanceusdm.createOrder (ADA/USDT, limit, buy, 23, 0.464, [object Object]) 2022-07-04T12:52:54.346Z iteration 0 passed in 224...

enhancement