curl --request POST \
--url https://api.ekiden.fi/api/v1/order/amend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"price": 1,
"size": 1,
"sub_account_address": "<string>",
"symbol": "BTCUSDC",
"order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"order_iv": 1,
"order_link_id": "<string>",
"tpsl": {
"mode": "Full",
"stop_loss": {
"market": {
"trigger_by": "LastPrice",
"trigger_price": "<string>"
}
},
"take_profit": {
"market": {
"trigger_by": "LastPrice",
"trigger_price": "<string>"
}
}
},
"trigger": {
"trigger_by": "LastPrice",
"trigger_direction": "Up",
"trigger_price": "<string>"
}
}
'