Skip to main content
POST
/
v1
/
parent_orders
/
{parent_id}
/
amend
Amend Order
curl --request POST \
  --url https://api.sequencemkts.com/v1/parent_orders/{parent_id}/amend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_qty_1e8": 123,
  "new_constraints": {
    "max_price_1e9": 95000000000000,
    "urgency": "UNSPECIFIED",
    "horizon_ms": 123,
    "participation_limit_bps": 123
  }
}
'
{
  "parent_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key as bearer token (e.g., sk_live_abc123)

Path Parameters

parent_id
string
required

Body

application/json
new_qty_1e8
integer
new_constraints
object

Response

200 - application/json

Order amended

parent_id
string
status
string