CCXT – A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges
ATTENTION! ALARM! ALARM! )
We are migrating from this chatroom to our new discoord server here:
Everyone is welcome to join! We will be happy to see you all there!
This chatroom will be archived after a while.
id
is the trade id, and the order
is the order id.@mortezae hi!
This chat has moved here: https://discord.gg/dhzSKYU
The .agent
and .proxies
should not be a part of exchange-specific .options
.
So, instead of setting exchange.options.agent
or exchange.options.proxies
...
... you want to set exchange.agent
(which must be a instance of the node's Agent class), or you want to set exchange.proxies
.
Hey guys, can someone point me on what I'm doing wrong here?... I'm trying to create margin stop_loss_limit order on binance:
exch = ccxt.binance({ "apiKey":"'', "secret":""
"options": {
"defaultType": "margin",}
})
exch.create_order(symbol='BTC/USDT', type='limit', side='sell', amount=0.01, price=9800, >params={'stopPrice':9900, 'orderType':'STOP_LOSS_LIMIT'})
@Fcl69
ATTENTION! ALARM! ALARM! )
We are migrating from this chatroom to our new discoord server here:
Everyone is welcome to join! We will be happy to see you all there!
This chatroom will be archived after a while.