REST-PHP-demo
REST-PHP-demo copied to clipboard
Some mistake
Hello! I wrote a small simple trading robot, using your code and modifying it a bit. For example. The place_order() function returns only the order id, but this is not enough. Therefore, I will immediately use the two functions place_order() and get_order_matchresults() and store the data in the database. So, my question is this. Sometimes it happens that place_order() is executed, that is, the order is actually created on the exchange, but get_order_matchresults() immediately returns a "record invalid", "base-record-invalid" error. What does this error "record invalid", "base-record-invalid" mean? And why does the error return if an order is actually created on the exchange? Thank!
你好 你的小型交易机器人做好了吗 接口现在还有问题吗