SUI KuCoin Seller Script by nftscripts, ReadMe by VikVM
This Python script will place a sell limit order for a target price as soon the best buy bid is reached the target price against USDT.
Supports proxy
Readme By Https://Github.Com/Vikvm, more alpha at Russian here: Https://T.Me/Degenovosti, script is safe for use, verified by me
pip install loguru pip install kucoin-python pip install python-kucoin
or
Fill in the accounts.json file with your creditentials
Up to you for your understanding
Get it here https://www.kucoin.com/account/api
Generated when the API Key is created
Refers to the one you used to create the KuCoin API.
Use it if you want
If you have more than 1 account, then add the following for each account
{
"name": "",
"api_key": "",
"api_secret": "",
"api_passphrase": "",
"proxy": null
}
{
"accounts": [
{
"name": "",
"api_key": "",
"api_secret": "",
"api_passphrase": "",
"proxy": null
},
{
"name": "",
"api_key": "",
"api_secret": "",
"api_passphrase": "",
"proxy": null
}
]
}
Edit config.py to set the order placement time and a minimal price. Script will check what is the best bid to buy and if the best bid is higher than a setted minimal price then script will place a sell order
Treshold price to place an order, price per base currency e.g. 0.01 (USDT)
Edit if you want to place an order in advance or after the best bid is higher than a MIN PRICE
Use it if the time is lagging