Skip to main content
POST
private/force_burn

Body

application/json

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

holder
string
required

The shareholder being exited.

Required string length: 42
Pattern: ^0x[0-9a-fA-F]{40}$
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

Response

Success

Returned by force_burn: identifiers to track the on-chain ForceBurn operation.

op_uuid
string
required
operation_id
integer<uint64>
required
Required range: x >= 0