APIs & Payloads
🚀 API Endpoints Summary
Endpoint
Method
Description
✅ /place-order
/place-order🔧 Payload Example
{
"accountName": "PRACTICEAPR812677831",
"action": "Sell",
"orderType": "Bracket",
"symbol": "MNQ",
"qty": 1,
"limitPrice": 150.25,
"stopPrice": 30,
"takeProfit": 30,
"trailingOffset": 0.0,
"closeExistingOrders": "false",
"tradeTimeRanges": [""],
"avoidTradeTimeRanges": [""]
}📌 Field Descriptions
Field
Description
Possible Values
Required
🧹 /flatten-all
/flatten-all🔧 Payload Example
📌 Field Descriptions
Field
Description
Example
Required
✂️ /close-all-positions
/close-all-positions🔧 Payload Example
📌 Field Descriptions
Field
Description
Example
Required
🔁 /reverse-order
/reverse-order🔧 Payload Example
📌 Field Descriptions
Field
Description
Example
Required
Last updated