Ontology for dApp Stores
dApp stores integrating Ontology
A list of all the dApp stores that have either partially or fully integrated the Ontology platform.
The relevant data from all the dApps that use Ontology can be queried using a
GET
method URL
:/api/v1/explorer/summary/{type}/{starttime}/{endtime}
And the response of the
GET
method is as follows:{
"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
},
.......
]
}
}
ResponseField | Type |
Total | int |
Time | String |
TxnCount | int |
BlockCount | int |
AddressSum | int |
ActiveAddress | int |
NewAddress | int |
OntCount | String |
OngCount | String |
OntIdSum | int |
OntIdActiveCount | int |
OntIdNewCount | int |
For more details on Ontology's Explorer API, follow the link below to navigate to another section of this documentation.
If interested in integrating the dApp store
API
, please first get in touch with us at [email protected]Last modified 3yr ago