ProfileStrategy
API profile trading strategy state data
Unique API profile strategy identification.
69b90c95d669b08f54756bd1API profile strategy state.
Possible values: [new, entered, cancelling, canceled, unlinked, failed, failing, exiting, completed]
enteredEntry price.
0.2745Exit price.
0.2744profile object
Related API profile data snapshot.
API profile name.
My-API-AccountAPI profile code.
1234abcdeEntry orders amount sum.
404Exit orders amount sum.
404Entry orders cost sum.
110.8984Exit orders cost sum.
110.8436Entry orders $ cents volume sum.
11089Exit orders $ cents volume sum.
11083Entry orders amount commission sum.
0.1616Exit orders amount commission sum.
0.1616Entry orders cost commission sum.
0.04435936Exit orders cost commission sum.
0.04433744Entry orders commission sum in $.
0.04435936Exit orders commission sum in $.
0.04433744Commission included Profit/Loss in $ basis points. (1 Basis Point = 0.0001$)
-1256Commission excluded Profit/Loss in $ basis points. (1 Basis Point = 0.0001$)
-369Last information.
Order#[69a92d9ea76468fbb286b4b0] completedKnown exchange error code.
nullEntry amount and related order partial fill state. In hundredth percentage.
1Price when trailing stop was activated.
nullPrice when trailing stop was executed.
nullissues objectnullable
API profile strategy trading issues.
property name* object
Issue details
Issue code.
entry_exit_diffIssue extra details.
Notification sent to Trader or not.
trueIssue created at. (Datetime in RFC3339 string format)
2026-03-05T09:15:34+02:00buyOrders object[]nullable
Running LONG orders list.
Unique order identification.
69a92d9ea76468fbb286b4b0Order side.true ⇒ SHORTfalse ⇒ LONG
falseOrder group.
Possible values: [entry, entry_cancel, exit_cancel, exit, extra, scale_in, scale_out]
entryOrder state.
Possible values: [new, canceled, submitted, opened, completed, failed]
openedOrder created on exchange at. (Datetime in RFC3339 string format)
2026-03-05T09:10:02+02:00Order last update received at. (Datetime in RFC3339 string format)
2026-03-05T09:10:02+02:00Limit or exchange averaged price.
0.2744Initial/Filled amount.
404Initial/Filled cost.
110.8984Initial/Filled $ cents volume.
11089Amount commission.
0.1616Cost commission.
0.04435936$ commission.
0.04433744Trigger emitter code.
entryKnown exchange error code.
nullExchange original error.
nullsellOrders object[]nullable
Running SHORT orders list.
Unique order identification.
69a92d9ea76468fbb286b4b0Order side.true ⇒ SHORTfalse ⇒ LONG
falseOrder group.
Possible values: [entry, entry_cancel, exit_cancel, exit, extra, scale_in, scale_out]
entryOrder state.
Possible values: [new, canceled, submitted, opened, completed, failed]
openedOrder created on exchange at. (Datetime in RFC3339 string format)
2026-03-05T09:10:02+02:00Order last update received at. (Datetime in RFC3339 string format)
2026-03-05T09:10:02+02:00Limit or exchange averaged price.
0.2744Initial/Filled amount.
404Initial/Filled cost.
110.8984Initial/Filled $ cents volume.
11089Amount commission.
0.1616Cost commission.
0.04435936$ commission.
0.04433744Trigger emitter code.
entryKnown exchange error code.
nullExchange original error.
null{
"profileStrategyId": "69b90c95d669b08f54756bd1",
"status": "entered",
"entryPrice": 0.2745,
"exitPrice": 0.2744,
"profile": {
"name": "My-API-Account",
"code": "1234abcde"
},
"amount": 404,
"exitAmount": 404,
"cost": 110.8984,
"totalExitCost": 110.8436,
"entryVolume": 11089,
"exitVolume": 11083,
"entryCommission": 0.1616,
"exitCommission": 0.1616,
"entryCommissionCost": 0.04435936,
"exitCommissionCost": 0.04433744,
"entryCommissionUSD": 0.04435936,
"exitCommissionUSD": 0.04433744,
"profitLoss": -1256,
"exitPnl": -369,
"info": "Order#[69a92d9ea76468fbb286b4b0] completed",
"errorTransKey": null,
"partialFill": 1,
"trailingStopActivationPrice": null,
"trailingStopExecutePrice": null,
"issues": {},
"buyOrders": [
{
"orderId": "69a92d9ea76468fbb286b4b0",
"type": false,
"orderGroup": "entry",
"status": "opened",
"createdAt": "2026-03-05T09:10:02+02:00",
"updatedAt": "2026-03-05T09:10:02+02:00",
"price": 0.2744,
"amount": 404,
"cost": 110.8984,
"volume": 11089,
"commission": 0.1616,
"commissionCost": 0.04435936,
"commissionUSD": 0.04433744,
"triggeredBy": "entry",
"errorTransKey": null,
"errorMessage": null
}
],
"sellOrders": []
}