Data Availability APIs
Retrieve DA graph information
Provides a list of graph data for Data Availability (DA) solutions, including metrics such as latency and average cost.
GET
/
info
/
da
/
graph
Query Parameters
from_time
number
requiredThe start time for the graph in Epoch timestamp (milliseconds).
to_time
number
requiredThe end time for the graph in Epoch timestamp (milliseconds), e.g., 1714194056000.
network_type
enum<string>
requiredSpecify the network type (e.g., Mainnet or Testnet).
Available options:
Mainnet
, Testnet
da_list
enum<string>[]
requiredA list of DA names in an array, e.g., [NearDA].
Available options:
EigenDA
, NearDA
, Celestia
, Avail
, Ethereum
, 0g
, all
Response
200 - application/json
data
object[]
An array containing historical DA graph data objects.
network_type
string
Network type (e.g., Mainnet, Testnet).