GET
/
eigenda
/
batch-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenda/batch-info
{
  "data": {
    "batchId": "<string>",
    "batchHeaderHash": "<string>",
    "blobsLength": 123,
    "quorumNumbers": [
      123
    ],
    "blobHeadersRoot": "<string>",
    "referenceBlockNumber": 123,
    "signedStakeForQuorums": [
      123
    ],
    "transactionHash": "<string>",
    "blockTimestamp": "2023-11-07T05:31:56Z",
    "blockNumber": 123,
    "batchMetadata": {
      "apkG2": "<string>",
      "sigma": "<string>",
      "quorumApks": [
        "<string>"
      ],
      "quorumApkIndices": [
        123
      ],
      "nonSignerPubkeys": [
        "<string>"
      ],
      "totalStakeIndices": [
        123
      ],
      "nonSignerStakeIndices": [
        123
      ],
      "nonSignerQuorumBitmapIndices": [
        123
      ]
    },
    "operators": {
      "signers": "<string>",
      "nonSigners": "<string>"
    },
    "signers": [
      "<string>"
    ],
    "nonSigners": [
      "<string>"
    ],
    "quorumStakes": {
      "quorumNumber": "<string>",
      "stake": "<string>"
    },
    "signatoryRecordHash": "<string>",
    "logs": [
      {
        "logIndex": "<string>",
        "logTransactionHash": "<string>",
        "logTransactionIndex": "<string>",
        "logAddress": "<string>",
        "logData": "<string>",
        "topics": [
          "<string>"
        ]
      }
    ],
    "transactions": [
      {
        "transactionHash": "<string>",
        "nonce": 123,
        "index": 123,
        "fromAddress": "<string>",
        "toAddress": "<string>",
        "value": "<string>",
        "gas": 123,
        "gasPrice": "<string>",
        "receiptCumulativeGasUsed": 123,
        "receiptGasUsed": 123,
        "receiptStatus": "<string>",
        "effectiveGasPrice": "<string>"
      }
    ],
    "block": {
      "blockNumber": 123,
      "blockHash": "<string>",
      "parentHash": "<string>",
      "nonce": "<string>",
      "sha3Uncles": "<string>",
      "logsBloom": "<string>",
      "transactionsRoot": "<string>",
      "stateRoot": "<string>",
      "receiptsRoot": "<string>",
      "miner": "<string>",
      "difficulty": 123,
      "totalDifficulty": 123,
      "size": 123,
      "extraData": "<string>",
      "gasLimit": 123,
      "gasUsed": 123,
      "transactionCount": 123
    }
  },
  "metadata": {
    "batchId": "<string>",
    "blockNumber": 123,
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Query Parameters

network
enum<string>
default:
holesky
required

Select the network you want to track.

Available options:
ethereum,
holesky
batchId
number

The unique identifier for the batch.

batchHeaderHash
string

The batch header hash to identify the batch data

Response

200
application/json
Successfully fetched batch data
data
object
metadata
object