Simulate an EVM AA UserOp
Simulates an EVM Account Abstraction UserOp and returns the expected outcome.
POST
Simulate an EVM AA UserOp
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum string length:
255Pattern:
^[A-Za-z0-9]{18,100}$Example:
"0xbF394748301603f18d953C90F0b087CBEC0E1834"
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Response
Simulated transaction result
Valid blockchain wallet address, must be an alphanumeric string without any special characters
Maximum string length:
255Pattern:
^[A-Za-z0-9]{18,100}$Example:
"0xbF394748301603f18d953C90F0b087CBEC0E1834"
Last modified on January 21, 2026
Previous
Sign in with an external auth provider tokenAuthenticates a user using a token from an external auth provider.
Next
Simulate an EVM AA UserOp