Replace a pending account batch
POST
/
trade/v1/batches/{batch_hash}/supersedeAuthorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: batches:submit
Request Body
application/jsonRequireddeadline_unix_secondsRequiredinteger
Signature deadline, unix seconds.
Minimum:
0Format: "int64"opsRequiredarray<object | object | object | object | object | object | object>
Typed ops in execution order.
signatureRequiredstring
Holder signature over the successor digest (same seq), 0x hex.
Path Parameters
batch_hashRequiredstring
The PENDING batch to replace
Successor accepted at the same seq.