Development
Retrieve all UserOperations (Account Abstraction) within a specified block.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/blocks/{hashOrNumber}/useroperations
[ { "hash": "<string>", "sender": "<string>", "nonce": "<string>", "initCode": "<string>", "callData": "<string>", "callGasLimit": "<string>", "verificationGasLimit": "<string>", "preVerificationGas": "<string>", "maxFeePerGas": "<string>", "maxPriorityFeePerGas": "<string>", "paymaster": "<string>", "paymasterData": "<string>", "signature": "<string>", "status": "<string>" } ]
The block hash or block number to retrieve user operations for.
List of user operations in the block.
The response is of type object[].
object[]