-
$detail = Kucoin::currency()->getDetail('ETH', 'KCC');
`
array:12 [▼
"currency" => "ETH"
"name" => "ETH"
"fullName" => "Ethereum"
"precision" => 8
"confirms" => 1
"contractAddres…
-
The issue is self-explanatory. When you run `get_atomic_order` for any symbol, you get 404-{"code":"404","msg":"not exist"}.
https://github.com/Kucoin/kucoin-python-sdk/blob/9c4190c86fb749b945c0e7c49…
-
- CCXT version: 1.18.430
- Exchange: kucoin
- Method: loadFees
There is an endpoint to get the withdrawal fee of currencies on kucoin which can be accesses with ccxt via `privateGetWithdrawalsQuo…
-
[ERROR] AttributeError: 'dict' object has no attribute 'encode'Traceback (most recent call last):
File "/var/task/kucoin_.py", line 32, in handler lending_market = margin.get_lend_record()…
-
### Describe the bug
Created and deployed a bot in the Dashboard, using directional strategy "Bollinger V1". Orders fail using the "okx_perpetual" connector, but the exact same bot connecting to "kuc…
-
I'm able to pull the deposit and withdrawal transactions. When trying to pull the orders list, Im getting empty data
```
/** Require SDK */
const API = require('kucoin-node-sdk');
/** Init Con…
-
Get Account Ledgers has been updated and the method used in this module is now deprecated and no longer works (https://docs.kucoin.com/#get-account-ledgers-deprecated)
Please can the module be upda…
-
### Operating System
Ubuntu 22
### Programming Languages
Python
### CCXT Version
4.3.67
### Description
It seems that the field 'networks' is wrong for both fetchDepositWithdrawFe…
-
I downloaded some files from https://historical-data.kucoin.com/index.html?prefix=data/spot/daily/trades/ETHUSDT/ and https://historical-data.kucoin.com/index.html?prefix=data/spot/daily/trades/BTCUSD…
-
### Operating System
Debian 12
### Programming Languages
Python
### CCXT Version
4.3.31
### Description
I am using CCXT Pro to access Kucoin. I am noticing that the `watch_my_trades()` function…