get txs chart
get txs chart
GET
/status/chart/transactions
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"chart_data": [
{
"date": "2022-10-31",
"tx_count": 622
}
]
}
Last updated