unsafe_batchTransaction
Creates a BCS-serialized batched transaction that is not signed. This can be used to execute multiple actions atomically in one transaction block.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
signer
The transaction signer's Sui address.
single_transaction_params
A list of individual transaction instructions to include in the batch.
gas_budget
The maximum amount of gas to be used for this transaction.
gas
The gas object to be used. If omitted, one will be selected automatically.
txn_builder_mode
Whether this is a regular or dev-inspect transaction.
Allowed values:
Response
The batched transaction block as BCS-encoded data, plus gas and input metadata.
txBytes
BCS serialized transaction data bytes (base64-encoded, without type tag).
gas
Gas objects used in the transaction.
inputObjects
All input objects used in this transaction.