Blobscan Agent

The EIP-4844 data agent

The blobscab-agent stores Ethereum's blobs temporarily on the [email protected] HyperBEAM device, serialized as ANS-104 DataItems. Based on need/demand, DataItems can be deterministically pushed to Arweave while maintaining integrity and provenance.

DataItems stored on the [email protected] device can be retrieved from the Hybrid Gateway as if they are Arweave txs: https://github.com/loadnetwork/load_hb/tree/s3-edge/native/s3_nif#hybrid-gateway

Agent Server Methods

Retrieve blob versioned hash and the associated ANS-104 dataitem id by versioned hash

curl -X GET https://load-blobscan-agent.load.network/v1/blob/$BLOB_VERSIONED_HASH

Retrieve Indexer stats

curl -X GET https://load-blobscan-agent.load.network/v1/stats

Agent's server info

curl -X GET https://load-blobscan-agent.load.network/v1/info

Last updated