AutoSellProfile
Field
Type / details
TakeProfitRule
Field
Type / details
StopLossRule
Field
Type / details
Example object
{
"autoSellProfile": {
"createdIso": "2025-08-01T04:14:39.112Z",
"id": "8ZwsQvnUq7arELq5Hks5VN6Y36GTb4Fj3hCdenWFHupd",
"profileName": "Profile 1",
"stopLossRules": [
{
"percentLoss": 50,
"percentOfPosition": 100
}
],
"takeProfitRules": [
{
"percentGain": 30,
"percentOfPosition": 25
},
{
"percentGain": 150,
"percentOfPosition": 25
},
{
"percentGain": 300,
"percentOfPosition": 50
}
]
}
}Last updated