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

``` 2022-07-29T01:19:39.960Z Node.js: v18.4.0 CCXT v1.91.39 % binance transfer ADA 1 spot delivery % binance transfer ADA 1 delivery spot % binance transfer USDT 1 spot future % binance transfer...

enhancement

2022-07-14T19:12:51.692Z Node.js: v18.4.0 CCXT v1.90.68 ``` % huobi transfer USDT 1 spot swap '{"subType": "linear", "marginAccount": "CROSS"}' huobi.transfer (USDT, 1, spot, swap, [object Object]) 2022-07-14T19:03:36.864Z iteration 0 passed in 401...

enhancement

For Zonda creates the methods - fetchTickerV1/fetchTickersV1 - parsed response includes `open`, `high`, `low`, `volume` - fetchTickerV2/fetchTickersV2 - parsed response includes `timestamp`, `datetime`, `bid`, `ask`, `close`, `last`, `previousClose` - fetchTickerV1AndV2/fetchTickersV1AndV2...

enhancement

- Adds `stopLoss` and `takeProfit` to `parsePosition` for all supported and popular swap exchanges. - Will add to all other swap/future exchanges if this PR gets accepted fixes: #14531 #...

enhancement

``` % okx setLeverage 20 ADA/USDT:USDT '{"marginMode": "cross"}' Debugger attached. 2022-08-05T20:36:13.530Z Node.js: v18.4.0 CCXT v1.91.84 (node:7654) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any...

enhancement

# JS ```BASH % bybit borrowMargin USDT 100 2022-08-04T07:01:26.510Z Node.js: v18.4.0 CCXT v1.91.71 (node:16846) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use...

enhancement

Builds on #14522 --------------------------- # Testing ``` # Swap # Cross Margin # Spot sam@Sams-Mac-mini ccxt % bybit fetchBalance '{"type": "swap"}' % bybit fetchBalance '{"marginMode": "cross"}' % bybit fetchBalance 2022-07-29T20:52:42.574Z...

enhancement

builds on #14281 ------------------------------ # Testing ``` % bibox fetchOHLCV ADA/USDT 2022-07-05T22:23:43.785Z Node.js: v18.4.0 CCXT v1.90.22 bibox.fetchOHLCV (ADA/USDT) 2022-07-05T22:23:45.606Z iteration 0 passed in 364 ms 1657041840000 | 0.451118 | 0.451218...

enhancement

### Limit: ``` node examples/js/cli whitebit createOrder BTC/USDT limit buy 0.001 20000 '{"marginMode":"isolated"}' whitebit.createOrder (BTC/USDT, limit, buy, 0.001, 20000, [object Object]) 2022-08-09T02:36:25.301Z iteration 0 passed in 704 ms { info:...

Hey Team, Apologies if this might be a duplicate ticket. However, I did find any solution for this issue. I am trying to create two market orders in a row....

bug