Submit an account batch
POST
/
trade/v1/batchesAuthorization
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"heals_batch_hashstring | null
The FAILED_DIVERGENT batch this batch heals, if any.
opsRequiredarray<object | object | object | object | object | object | object>
Typed ops in execution order.
seqRequiredinteger
Account seq the signature binds. The live seq, or the next one above it when batches are already queued on this wallet; it may not skip a seq that no batch holds.
Minimum:
0Format: "int64"signatureRequiredstring
Holder signature over the batch digest, 0x hex.
Batch accepted; durable execution started.