Skip to main content
Defined in EIP-5792
Returns the status of a call batch that was sent via wallet_sendCalls. This method allows applications to track the execution status and retrieve transaction receipts for batch operations.

Parameters

string
required
The call bundle identifier returned by a previous wallet_sendCalls request.

Returns

object
Status information for the call batch.

Example Usage

Status Code Reference

Error Handling

Usage with wallet_sendCalls

This method is designed to work with batches sent via wallet_sendCalls:
The receipts structure varies based on whether the batch was executed atomically. Always check the atomic field to properly interpret the receipts array.
This method follows the EIP-5792 standard for wallet batch operations. Not all wallets may support this method - check wallet capabilities first.