T. Todua
T. Todua
seems they have completely changed their API in 1.05 version. This issue should be labeled as 'new exchange' integration, as it entails writing api for whole exchange from again. This...
Adding a note: > Dear Zonda user, We are writing to inform of an update to the way the Zonda API operates. Currently, the API allows sending Boolean values as...
@carlosmiei @kroitor @frosty00 do you have any clues about that?
That might be achieved with different ways. With that exact method you use, as API docs [says here](https://docs.ftx.com/#cancel-all-orders) you can set : - `side` : which side or orders you...
when you create an order with createOrder it returns the order-id, which you can save in variable and reference later: ``` myOrder = exchange.createOrder(...) # myOrder.id
Above replies have been maximum that could have been done with FTX in this specific case (as FTX doesn't seem to natively support the very specific command you want). I'll...
@adamrg73 My previous comment was incorrect. Dex'es can be integrated into ccxt, but it depends on their architecture. If they have json-rpc gateway, then it is easier to be integrated...
@kroitor now lmk if this is still wrong.
@samgermain the php error you get, is probably because the 'id' property in describe doesnt match with the class name. correct that (change to `krakenfu`) and it should fix.
Late reply, but can you please tell how you reached this line: > #5 [internal function]: ccxt\Exchange->request('orders', 'private', 'POST', Array, NULL, NULL, Array, Array) which method have you been using...