Build signable Delta V2 cancellation data
curl --request POST \
--url https://api.velora.xyz/v2/delta/orders/build/cancellation \
--header 'Content-Type: application/json' \
--data '
{
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"toSign": {
"domain": {
"name": "<string>",
"version": "<string>",
"chainId": 123,
"verifyingContract": "<string>"
},
"types": {},
"value": {
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
},
"hash": "<string>"
}Delta API
Build Delta cancellation
Build EIP-712 typed data for cancelling one or more Delta V2 orders before posting the signed cancellation.
POST
/
v2
/
delta
/
orders
/
build
/
cancellation
Build signable Delta V2 cancellation data
curl --request POST \
--url https://api.velora.xyz/v2/delta/orders/build/cancellation \
--header 'Content-Type: application/json' \
--data '
{
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"toSign": {
"domain": {
"name": "<string>",
"version": "<string>",
"chainId": 123,
"verifyingContract": "<string>"
},
"types": {},
"value": {
"orderIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
},
"hash": "<string>"
}Body
application/json
Delta order IDs to cancel. All orders must belong to the same user and source chain.
Required array length:
1 - 100 elementsLast modified on June 30, 2026
Was this page helpful?
⌘I