{
"symbol": "WBTCUSDT",
"oldOrderId": "78",
"quantity": "0.12",
"price": "36000",
"newClientOrderId": "1701772026638",
"signature": "0xd448022ed479ff946790d172ad21b4e42ad3647ac0c2a73151ffa45242bc9a093462368dafd45725d75f530c519201110f87a074167a5eb7c773d3fa99d3f66c",
"newOrderRespType": "FULL"
}
curl --location --request POST 'https://testnet.trade.vessel.finance/api/v1/modifyOrder' \
--header 'VESSEL-API-KEY;' \
--header 'VESSEL-PASSPHRASE;' \
--header 'VESSEL-SIGNATURE;' \
--header 'VESSEL-TIMESTAMP;' \
--header 'Content-Type: application/json' \
--data-raw '{
"symbol": "WBTCUSDT",
"oldOrderId": "78",
"quantity": "0.12",
"price": "36000",
"newClientOrderId": "1701772026638",
"signature": "0xd448022ed479ff946790d172ad21b4e42ad3647ac0c2a73151ffa45242bc9a093462368dafd45725d75f530c519201110f87a074167a5eb7c773d3fa99d3f66c",
"newOrderRespType": "FULL"
}'
{
"orderId": "3907830740629590000",
"symbol": "BTCUSDT",
"transactTime": "1692865580026",
"workingTime": "1692865580029",
"origQty": "0.001",
"type": "MARKET",
"side": "SELL",
"executedQty": "0.0001",
"status": "PARTIALLY_FILLED",
"fills": [
{
"action": "REJECT",
"price": "0",
"qty": "0.0009"
},
{
"action": "TRADE",
"price": "1000",
"qty": "0.0001"
}
]
}