POST
/
info
/
da

Authorizations

X-Api-Key
string
headerrequired

Body

application/json
sender_name
string

Identity of the sender.

sender_address
string

Blockchain address of the sender (in hex format).

avg_cost
number

Average transaction cost (in USD).

block_time
number

Block time in seconds.

created_at
string

Timestamp when the record was created, automatically set by the database.

finality_time
number

Block finality confirmation time (in seconds).

latency
number

Network latency (in seconds).

max_throughput
number

Maximum throughput of the network (in Mbps).

uptime
number

Percentage of time the network was available.

total_transactions
integer

Total number of transactions processed.

total_blocks
integer

Total number of blocks created.

total_fee
number

Total transaction fee accumulated (in gas).

total_fee_usd
number

Total transaction fee accumulated (in USD).

total_staked
number

Total amount staked (in token).

total_staked_usd
number

Total amount staked (in USD).

number_of_nodes
integer

Number of nodes participating in the network.

throughput
number

Current throughput (in Mbps).

node_reliability
number

Reliability score of nodes.

cost_per_transaction
number

Cost per transaction (in USD).

gas_per_transaction
number

Gas units used per transaction.

cost_per_block
number

Cost per block (in USD).

gas_per_block
number

Gas units used per block.

cost_per_mb
number

Cost per megabyte of data transacted (in USD).

gas_per_mb
number

Gas units per megabyte of data transacted.

total_value_locked
number

Total value locked (in token).

send_blob_latency
number

Latency of sending a blob to the network (in seconds).

total_data_transacted
number

Total amount of data transacted (from explorer data).

state
object
geo_coverage
number

Geographical coverage (numeric).

grants_available
boolean

Indicates whether grants are available (true/false).

number_of_projects
integer

The number of projects associated with this DA.

node_info
object

Information about the sender node.

Response

200 - application/json
da_info
object
message
string

Message returned from the API.

status
string

Status of the API call (e.g., success, failure).