Ontology for dApp Stores
dApp stores integrating Ontology
Last updated
dApp stores integrating Ontology
Last updated
/api/v1/explorer/summary/{type}/{starttime}/{endtime}{
"Action": "QuerySummary",
"Error": 0,
"Desc": "SUCCESS",
"Version": "1.0",
"Result": {
"Total": 3,
"SummaryList": [
{
"TxnCount": 0,
"ActiveAddress": 0,
"BlockCount": 0,
"OngCount": "0.000000000",
"OntIdActiveCount": 0,
"OntIdNewCount": 0,
"NewAddress": 0,
"OntCount": "0.000000000",
"Time": "2018-07-02",
"OntIdSum": 0,
"AddressSum": 0
},
.......
]
}
}