STOP_LOSS not working when sent to the order endpoint.

{
“symbol”:“SHIBUSDT”,
“side”:“SELL”,
“type”:“STOP_LOSS”,
“quantity”:“1200000”,
“stopPrice”:“0.00001150”,
“timestamp”:1667507603276,
“recvWindow”:5000
}
When I send this data to the API endpoint it returns nothing. using the node-binance-api. any thoughts would be welcome!
But when i do regular buy and sell orders they work. I am at a loss, thanks for anyones’ help!

Hello,
we don’t support unofficial libraries, but you can use our binance-connector-node to send the order, here’s an example: