Query chain overview
Was this helpful?
Was this helpful?
Was this helpful?
GET /api/explorer/chain-overview HTTP/1.1
Host:
Accept: */*
{
"message": {
"Transactions": [
{
"totaltransaction": 1,
"account": 1
}
],
"tokens": [
{
"count": 1,
"type": "text"
}
],
"holders": [
{
"total_users": 1,
"updated_yesterday": 1,
"new_yesterday": 1
}
]
}
}