Bybit order error

See original GitHub issue

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 data just fine.

  • OS: Kubuntu 20.10 (beta)
  • Programming language version: Python 3.7.5
  • CCXT version: 1.33.53
print ((await Client.privatePostOrderCreate({"order_type": "Limit", "symbol": BaseInstrument, "side": "Buy", "qty": BaseQuantity, "time_in_force": "PostOnly", "price": self.BuyPostPrices.pop(self.BuyPostPrices.index(max(self.BuyPostPrices)))})))
raise ExchangeError(feedback)  # unknown message
ccxt.base.errors.ExchangeError: bybit {"ret_code":10004,"ret_msg":"error sign! origin_string[api_key=\u0026order_type=Limit\u0026price=11288.0\u0026qty=1\u0026recv_window=5000\u0026side=Buy\u0026symbol=BTCUSD\u0026time_in_force=PostOnly\u0026timestamp=1598386304084]","ext_code":"","ext_info":"","result":null,"time_now":"1598386304.170475"}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:30 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Aug 26, 2020
import ccxt
print(ccxt.__version__)
1.33.53
1reaction
ghostcommented, Aug 31, 2020

Seems to have been fixed for me as well, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

https://help.bybit.com/hc/en-us/articles/440339299...
No information is available for this page.
Read more >
spot/v3 - Group And Resources – Bybit API Docs
Bybit API and WebSocket documentation provides guidance to help you access Bybit's endpoints, their expected outputs, and common errors.
Read more >
Possible Trading Errors and how to resolve them
Occasionally, you may see an error when connecting an exchange or executing an order, please read on to learn more & resolve your...
Read more >
Bybit api connection "retCode":10004,"retMsg":"error sign!"
Thanks to this repository I found another method of connecting to the Bybit. So if you faced with similar problem, open the link, ......
Read more >
Order Register failed - ATAS support center
I'm getting a "Order register failed" error when attempting to enter a stop loss order. I am connected to Bybit and that order...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found