GET
/
getBundleActivity

Authorizations

x-api-key
string
header
required

Query Parameters

bundle
string
required
network
string

Which network to query ?

first
string

How many records to return

skip
string

How many records to skip

Response

200 - application/json
accountSender
object | null

Object containing meta data of the sender's account

accountTarget
object | null

Object containing meta data of the target's account

actualGasCost
string | null

Actual gas cost of the user operation

actualGasUsed
string | null

Actual gas used of the user operation

beneficiary
string | null

Address of the beneficiary of the user operation

blockNumber
string

Block number of the block in which the user operation was mined

blockTime
string

Timestamp of the block in which the user operation was mined

callData
string

callData in Hex that was sent to the target of the user operation

factory
string | null

Factory of the user operation

id
string

Internal ID of the user operation, can be ignored.

input
string

Input for the transaction that contains the user operation

maxFeePerGas
string | null

Max fee per gas of the user operation

maxPriorityFeePerGas
string | null

Max priority fee per gas of the user operation

network
string

Network on which the user operation was mined

nonce
string

Nonce of the user operation

paymaster
string

The paymaster of the user operation

paymasterAndData
string | null

Paymaster and data of the user operation

preVerificationGas
string | null

Gas used for the pre-verification of the user operation

revertReason
string

Hexadecimal reason as to why the user operation reverted

sender
string

Address of the user that sent the operation.

signature
string | null

Signature of the user operation

success
boolean

Whether the user operation was successful

target
string | null

The target of the user operation

transactionHash
string

Hash of the transaction that contains the user operation.

userOpHash
string

Hash of the user operation.

value
string | null

Value sent to the target of the user op

verificationGasLimit
string | null

Gas limit used for the verification of the user operation