Skip to main content
POST
Cancel all of a wallet's vault requests

Body

application/json

Fields common to every signed vault action. They appear alongside each endpoint's action-specific parameters in the same request object.

nonce
integer<uint64>
required
Required range: x >= 0
signature
string
required

0x-prefixed hex of the 65-byte EOA signature.

signature_expiry_sec
integer<uint64>
required
Required range: x >= 0
signer
string
required

20-byte Ethereum address as a 0x-prefixed lowercase hex string.

Required string length: 42
Pattern: ^0x[0-9a-fA-F]{40}$
subaccount_id
integer<uint64>
required

The subaccount the action is signed on; which subaccount applies depends on the specific method — see that method's reference.

Required range: x >= 0
vault_subaccount_id
integer<uint64>
required
Required range: x >= 0

Response

Success

Returned by cancel_all_vault_requests: identifiers to track the on-chain VaultCancel operation plus the ids of the wallet's pending requests that were cancelled.

cancelled_request_ids
object[]
required
op_uuid
string
required
operation_id
integer<uint64>
required
Required range: x >= 0