Skip to main content
POST
Build signable Delta V2 cancellation data

Body

application/json
orderIds
string<uuid>[]
required

Delta order IDs to cancel. All orders must belong to the same user and source chain.

Required array length: 1 - 100 elements

Response

Cancellation EIP-712 typed data ready to sign.

toSign
object

EIP-712 typed data to sign before calling POST /v2/delta/orders/cancel.

hash
string

EIP-712 hash of the cancellation payload.

Last modified on June 25, 2026