Cancel one or more Delta V2 orders
curl --request POST \
--url https://api.velora.xyz/v2/delta/orders/cancel \
--header 'Content-Type: application/json' \
--data '
{
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"signature": "<string>"
}
'{
"cancelled": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}Delta API
/v2/delta/orders/cancel
Cancel one or more open Delta V2 orders by ID.
POST
/
v2
/
delta
/
orders
/
cancel
Cancel one or more Delta V2 orders
curl --request POST \
--url https://api.velora.xyz/v2/delta/orders/cancel \
--header 'Content-Type: application/json' \
--data '
{
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"signature": "<string>"
}
'{
"cancelled": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}Last modified on June 11, 2026
Was this page helpful?
⌘I