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 total supply of ONT and ONG can be found out by following link.

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

Follow this link to find a list of all the dApps that have integrated the Ontology platform.

For more details on Ontology's Explorer API, follow the link below to navigate to another section of this documentation.

pageExplorer v2 API

If interested in integrating the dApp store API, please first get in touch with us at contact@ont.io

Last updated