Looking for a PHP developer
Budget: $30 – $250 USD
I am using the following script, https://github.com/Mtemi/Bybit-Trading-Bot-Integrated-with-TradingView-Webhook-Alerts
For some reason when the webhook JSON payload comes through, the script does not return the correct api endpoint URL. It uses "https://api-testnet.bybit.com/v2/private/position/list" instead of the order URL. Aside from that, the API is on v2, and everything needs to be switched over to v3. I also need to have the copytrading API added: https://bybit-exchange.github.io/docs/copy_trading/#t-introduction
I need this done asap, and basically, I don't have time to mess with this myself, and I need this figured out and working. I need it also switched over to the v3 endpoint which has a different signature creation method, and I need the bot logic updated to function with this most recent api code and working perfectly.
Sample code here: https://github.com/bybit-exchange/api-usage-examples/tree/master/V3_demo
Additional Docs:
https://bybit-exchange.github.io/docs/derivativesV3/contract/#t-dv_placeorder
https://bybit-exchange.github.io/docs/derivativesV3/contract/#t-dv_placeorder
Latest version of pybit for bybit api: https://pypi.org/project/pybit/
For some reason when the webhook JSON payload comes through, the script does not return the correct api endpoint URL. It uses "https://api-testnet.bybit.com/v2/private/position/list" instead of the order URL. Aside from that, the API is on v2, and everything needs to be switched over to v3. I also need to have the copytrading API added: https://bybit-exchange.github.io/docs/copy_trading/#t-introduction
I need this done asap, and basically, I don't have time to mess with this myself, and I need this figured out and working. I need it also switched over to the v3 endpoint which has a different signature creation method, and I need the bot logic updated to function with this most recent api code and working perfectly.
Sample code here: https://github.com/bybit-exchange/api-usage-examples/tree/master/V3_demo
Additional Docs:
https://bybit-exchange.github.io/docs/derivativesV3/contract/#t-dv_placeorder
https://bybit-exchange.github.io/docs/derivativesV3/contract/#t-dv_placeorder
Latest version of pybit for bybit api: https://pypi.org/project/pybit/