Development
Retrieve detailed information about a specific user operation by its hash.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/useroperations/{hash}
{ "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>" }
Hash of the user operation to retrieve.
User operation details.
The response is of type object.
object