Cancel a Delta Order
{
"name": "Portikus",
"version": "2.0.0",
"chainId": <chainId>,
"verifyingContract": <deltaAddress>
}{
"OrderCancellations": [
{
"name": "orderIds",
"type": "string[]",
}
]
}{
"orderIds": [<id1>, <id2>]
}Name
Type
Description
{
"success": true
}{
"errorType": "OrderCancellationError",
"details": "Order not found"
}Last updated