Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

EigenDA

EigenDA is the data-availability service secured by EigenLayer restakers. Provides client libraries and a disperser API for posting and retrieving blobs of data, used by rollups and other consumers needing high-throughput DA without bloating L1 calldata.

EigenDA is one of 7 APIs that EigenLayer publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

Tagged areas include Data Availability, Rollups, and AVS. The published artifact set on APIs.io includes API documentation and an AsyncAPI specification.

This event API exposes 0 operations across 1 channel, and defines 6 schemas. It is described by AsyncAPI 3.0.0, at version 1.0.

The API connects through 3 servers: disperser.eigenda.xyz:443 (grpc), disperser-testnet-sepolia.eigenda.xyz:443 (grpc), disperser-testnet-hoodi.eigenda.xyz:443 (grpc).

0 operations 1 channels 6 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 3.0.0
API Version
1.0
Base URL
https://github.com/Layr-Labs/eigenda
Contact

Messages & Schemas 6

The contract defines 6 schemas that model the data carried by its messages. The most detailed are DisperseBlobRequest (3 properties), DisperseBlobReply (2 properties), AuthenticationData (1 property), BlobAuthHeader (1 property). Each schema is shown below with its type and property counts.

AuthenticatedRequest
message
Client frame on the DisperseBlobAuthenticated stream.
AuthenticatedReply
message
Disperser frame on the DisperseBlobAuthenticated stream.
DisperseBlobRequest
object
3 properties
BlobAuthHeader
object
1 property
AuthenticationData
object
1 property
DisperseBlobReply
object
2 properties

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

eigenlayer-streaming-asyncapi.yml Raw ↑

Other APIs EigenLayer publishes across the network.

EigenLayer Core Contracts
EigenSDK (Go)
EigenSDK (TypeScript)
EigenLayer CLI
EigenCompute SDK & CLI