eth_sendUserOperation

Sends a UserOperation to the given EVM network.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
UserOperationobjectRequired

The UserOperation object (v0.6 or v0.7).

Entrypoint addressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"

The entrypoint address through which the operation is sent.

Response

The calculated userOpHash for the UserOperation.