I am facing an issue when attempting to add a new order on the Binance Spot Test Network using PHP. The API request seems to be successful, and I receive a “new” in status, but the order doesn’t reflect on the platform
What do you mean by this? Successful new order response should be similar to https://binance-docs.github.io/apidocs/spot/en/#new-order-trade
the order doesn’t reflect on the platform
How are you checking this? The Spot Testnet UI doesn’t show the orders, for your to check the order you use API, example: https://binance-docs.github.io/apidocs/spot/en/#query-order-user_data
this order created? Sometimes, I see it in the status ‘filled.’ What is the difference? In the UI, it doesn’t display the order as normal, but when using the API to display all transactions, it shows.