GET
/
useroperations
/
{hash}
Get User Operation by Hash
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>"
}

Path Parameters

hash
string
required

Hash of the user operation to retrieve.

Response

200
application/json

User operation details.

The response is of type object.