-
## Describe your environment
* Operating system: ___OSX_
* Python Version: ___3.7__ (`python -V`)
* CCXT version: ____1.38.13_ (`pip freeze | grep ccxt`)
* Freqtrade Version: ____ (`…
-
Hi,
I am using python. Trying to except an Authentication Error with `except ccxt.AuthenticationError as e:`. It works all fine with Bitmex, Deribit, Binance however ByBit is throwing me the follow…
bitog updated
4 years ago
-
I am using bybit testnet account for trading when I do some trading programatically, It is showing this transaction via a notification on the portal but it is not showing our orders in the position b…
-
Hi,
We bought a short-term subscription in order to evaluate ccxt.pro. Before deciding whether to extend our subscription or not, we'd like to have a few things sorted out, if possible.
# Develo…
-
I want to cancel a conditional order on the Bybit exchange.
Can you please help and explain how to POST on **/stop-order/cancel** for Bybit exchange.
`cancel_order` is posting on **/order/cancel** a…
-
https://github.com/tiagosiebler/bybit-api/blob/master/lib/rest-client.js#L75
Check for others too
-
Hi, I am getting this error below when I try to create an order on Bybit. I am sure the parameters should be correct. Also, I have some other private calls before that in my code which work and fetch …
ghost updated
4 years ago
-
Pretty sure order ID etc shouldn't be in query string, but instead as post body.
```
{
"ret_code": 10004,
"ext_code": "",
"result": null,
"ext_info": null,
"time_now": "1599924774.1…
-
Can anyOne tell us regarding the following problems:
Currently, we're facing issue related to exchanges like BitMEX and bybit supports demo accounts and these exchanges also provide us test coins, bu…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTIN…