Hello everyone!
I have created a bot on Remix IDE, and it works fine with no issues. I also successfully deployed my smart contract on Remix IDE, and I want to automate the bot's trading process using OpenZeppelin Defender. Therefore, I wrote a code that calls the bot's functions, allowing it to automatically buy and sell continuously based on the specified parameters. However, when I try to run the automation on OpenZeppelin, I receive an error message, specifically error 400. No matter how I try to fix the code that calls the bot’s functions, I keep getting this message.
I would like to ask for help in identifying what exactly might be causing this issue.
Thank you in advance for your responses!