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": "..."
}
}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": "..."
}
}Account secret API key.
Polygon order updated