Get block transaction DAG
Request Code Samples
curl --location --request GET 'http://65.109.122.171:8327/data/evm/transaction-dag?block_number'
Responses
application/json {
"transactions": [
{
"index": 0,
"tx_hash": "string",
"tx_type": 0,
"gas_used": "string",
"from": "string",
"to": "string"
}
],
"dags": [
{
"source": 0,
"target": 0,
"dep_type": 0
}
],
"block_number": 0
}
Modified at 2024-12-17 13:18:47