/account-abstraction/operations
You need an API key for this call. Please reach out to the Blessnet team to get setup.
POST
/account-abstraction/operations
The /account-abstraction/operations
endpoint allows the posting of ERC-4337 operations to abstract accounts via the singleton on-chain entrypoint.
Headers
x-api-key
Your API key
Params
chain
No
mainnet
The chain type we are working with, either mainnet
or sepolia
Request Body
required: true
content: application/json:
schema:
type: array
description: An array of valid operations.
Response Body
message
string
Message response from the endpoint
requestOwner
array
The owner of the API key that made the operation request.
for
array
Array of operations requested, with account, target and calldata for each
destinationChain
number
The target chain for the operation
deliveryId
string
Unique Id for the execution of the operation.
Example Request
Response
Last updated