curl --request PUT \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/order/{order_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "<string>",
"price": "<string>",
"shares": "<string>"
}
'{
"success": true,
"response": {
"order_id": "0xf9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8",
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"side": "BUY",
"type": "LIMIT",
"amount": "100.000",
"shares": "152.300",
"filled": "0.000",
"price": "0.657",
"fee": {},
"units": "SHARES",
"status": "OPEN",
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00"
}
}Update a limit order price or modify an active stoploss order.
curl --request PUT \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/order/{order_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"type": "<string>",
"price": "<string>",
"shares": "<string>"
}
'{
"success": true,
"response": {
"order_id": "0xf9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6b5a4f9e8",
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"side": "BUY",
"type": "LIMIT",
"amount": "100.000",
"shares": "152.300",
"filled": "0.000",
"price": "0.657",
"fee": {},
"units": "SHARES",
"status": "OPEN",
"created_at": "2026-01-01T00:00:00",
"updated_at": "2026-01-01T00:00:00"
}
}Account secret API key.
Polygon order updated