GET
/
stats
/
charts
/
transactions
get transactions chart
curl --request GET \
  --url https://eth.blockscout.com/api/v2/stats/charts/transactions
{
  "chart_data": [
    {
      "date": "2022-10-31",
      "transaction_count": 622
    }
  ]
}

Response

200 - application/json

transaction chart

The response is of type object.