curl --request GET \
--url https://eth.blockscout.com/api/v2/stats/charts/transactions
{
"chart_data": [
{
"date": "2022-10-31",
"transaction_count": 622
}
]
}
transaction chart
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/stats/charts/transactions
{
"chart_data": [
{
"date": "2022-10-31",
"transaction_count": 622
}
]
}