Hello sir we are place bracket sell order with postman my we are facing a error but buy order working fine please help
bracket sell order
{
"side": "sell",
"symbol": "EBAY",
"type": "market",
"qty": "1",
"time_in_force": "day",
"order_class": "bracket",
"take_profit": {
"limit_price": "60"
},
"stop_loss": {
"stop_price": "65"
}
{
"code": 40310000,
"message": "bracket orders must be entry orders"
}