B2PRIME Docs
TradingApi V4 CfdStopOrdersC F D Stop Order Controller

Stop Order data

<p><b>Required operations:</b><br/>frontoffice-ui</p>

POST
/frontoffice/api/cfd/v4/stop-orders

Request Body

application/json

Create StopOrder

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/frontoffice/api/cfd/v4/stop-orders" \  -H "Content-Type: application/json" \  -d '{}'
{  "orderId": "string",  "status": "started"}
{  "code": "string",  "message": "string"}
{  "code": "string",  "message": "string"}