I have received permissions related to the convert function, but there are some APIs that are not working.
After receiving the permissions, the following two APIs were successful, and I confirmed that the conversion occurred through the Binance mobile app.
- GET /sapi/v1/convert/getQuote
- GET /sapi/v1/convert/acceptQuote
However, the following two APIs for checking the conversion history are returning a 401 response {"code":-1002,"msg":"You are not authorized to execute this request."}
- GET /sapi/v1/convert/tradeFlow
- GET /sapi/v1/convert/orderStatus
Is there any additional process I need to follow to obtain permissions for checking the convert order history?