Data Availability APIs
Retrieve DA static information
Provides static information for specified Data Availability (DA) solutions.
GET
/
info
/
da
/
static
Query Parameters
name
enum<string>
requiredThe name of the DA solution. If all
, static information for all DA solutions will be listed.
Available options:
all
, EigenDA
, NearDA
, Celestia
, Avail
, Ethereum
, 0g
network_type
enum<string>
Specify the network type (e.g., Mainnet or Testnet).
Available options:
Mainnet
, Testnet
Response
200 - application/json
da_name
string
The name of the DA (Data Availability).
network_type
enum<string>
Type of the network.
Available options:
Mainnet
, Testnet
network
string
Name of the network.
gas_token
string
The gas token symbol used in this network.
explorer
string
URL to the network explorer.
launch_date
string
Launch date in the format 'yyyy-mm-dd'.
consensus_algorithm
string
Consensus algorithm used by the DA.
data_availability_sampling
boolean
Indicates whether data availability sampling is enabled.