v1

latestOpenAPI 3.0.32026-07-142214217.0 KB
Bundler

get/getLatestBundles

Query parameters

skipstring

How many records to skip

networkstring required
firststring

How many records to return

Response

Success

transactionHashstring

The transaction hash of the bundle

blockNumberstring

The block number of the bundle

blockTimestring

The block time of the bundle

fromstring

The address of the sender of the bundle

statusstring

The status of the bundle

transactionFeestring

The transaction fee of the bundle

userOpsLengthstring

The total amount of user operations in this bundle

Example response

[
  {
    "blockNumber": "7893367",
    "blockTime": "1681214802",
    "from": "0x93f139eb8ba180d1fbdd0f45c74f7ae5405662aa",
    "network": "optimism-goerli",
    "status": "0",
    "to": "0x0576a174d229e3cfa37253523e645a78a0c91b57",
    "transactionFee": "0",
    "transactionHash": "0x0b936ebf9fce9e8432b061eb07101ded7b73160cc1afb743660e946d6f729f65",
    "userOpsLength": "1",
    "userOps": [
      {
        "id": "0x1cf00690781143041cbbcdf57c9e196eae668aa8626838c8bad48901e5c66b58-1",
        "sender": "0x4b2abbab298ba663639f353d4e6633580274f9f9",
        "target": "0x7ddefa2f027691116d0a7aa6418246622d70b12a",
        "actualGasCost": "2843761105900000",
        "success": true,
        "revertReason": null,
        "blockTime": "1681214802",
        "paymaster": "0xe0c02ff978c82d19e1b9ea17cdfc0812b6245e67",
        "network": "optimism-goerli",
        "userOpHash": "0x1cf00690781143041cbbcdf57c9e196eae668aa8626838c8bad48901e5c66b58",
        "input": "0x1fad948c000000000000000000000000000000000000000000000000000000000000004000000000000000000000000093f139eb8ba180d1fbdd0f45c74f7ae5405662aa000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000004b2abbab298ba663639f353d4e6633580274f9f900000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000140500000000000000000000000000000000000000000000000000000000000017318000000000000000000000000000000000000000000000000000000009a14c774000000000000000000000000000000000000000000000000000000000010c8e0000000000000000000000000000000000000000000000000000000000010c8e0000000000000000000000000000000000000000000000000000000000000032000000000000000000000000000000000000000000000000000000000000003e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000164f34308ef0000000000000000000000007ddefa2f027691116d0a7aa6418246622d70b12a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e0c02ff978c82d19e1b9ea17cdfc0812b6245e670000000000000000000000007ddefa2f027691116d0a7aa6418246622d70b12a000000000000000000000000000000000000000000000000000a7818fd4656200000000000000000000000000000000000000000000000000000000000000044a9059cbb0000000000000000000000004b2abbab298ba663639f353d4e6633580274f9f9000000000000000000000000000000000000000000000000002386f26fc1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e0c02ff978c82d19e1b9ea17cdfc0812b6245e677ddefa2f027691116d0a7aa6418246622d70b12a01000064354e780000000000000000000000000000000000000000000000000000000000000000806a6e8d86414eea697053197754ce50051384cc91807a7157f29a85453740b65ebbadc798b15536e81f6b2f5cd0033e3962bccebac891db85bf3aa7debe2f4c1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000416ce94354de2c7371c5590a41a39cfaf5256541dd8e49884db39f58315bd5b23d6676664f8ca231ecc22872a484d47368b3b4ccb3389650baf754d1d26f692ad61b00000000000000000000000000000000000000000000000000000000000000",
        "nonce": "5",
        "value": "0",
        "callData": "0xa9059cbb0000000000000000000000004b2abbab298ba663639f353d4e6633580274f9f9000000000000000000000000000000000000000000000000002386f26fc10000"
      }
    ]
  }
]