/account-abstraction/operations
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
Name
Value
x-api-key
Your API key
Params
Name
Mandatory?
Default
Value
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
Name
Type
Description
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
deliveryIds
string[]
Unique Ids for the execution of the operations.
Example Request
Response
Example uses
Last updated