Ontology Developer Center
DISCOVER
APPLICATIONS
COMMUNITY
SUPPORT
Search…
v2.5
Introduction
Discover Ontology
Getting Started
Glossary
Decentralized Identity and Data
ONT ID
DDXF
ONTOLOGY ELEMENTS
Smart Contracts
Token Protocols
Consensus Mechanism
Ontology Oracle
GUIDES & TUTORIALS
Development Guides
Integration Guides
dApp Integration
Mobile Wallet Integration
Using ONT ID
Exchange Integration
Ontology for dApp Stores
EVM & Token Decimals Upgrade
ONTOLOGY NODE
Abstract
Node Deployment
Interacting with a Public Node
DEVELOPER TOOLS
dApp Development Framework
IDE
APIs
Digital Wallet
SDKs
Signing Server
COMMUNITY
Ecosystem Programs
Community Libraries
Community Events
Community Channels
Core Contributors
SUPPORT
FAQ
Contact Us
Powered By
GitBook
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.
​
DappReview
​
​
Tokenview
​
​
SpiderStore
​
​
DAppTotal
​
​
Dappbirds
​
​
DAPP.CC
​
The total supply of
ONT
and
ONG
can be found out by following
this
link.
The relevant data from all the
dApps
that use Ontology can be queried using a
GET
method
URL
:
1
/api/v1/explorer/summary/{type}/{starttime}/{endtime}
Copied!
And the response of the
GET
method is as follows:
1
{
2
"Action"
:
"QuerySummary"
,
3
"Error"
:
0
,
4
"Desc"
:
"SUCCESS"
,
5
"Version"
:
"1.0"
,
6
"Result"
:
{
7
"Total"
:
3
,
8
"SummaryList"
:
[
9
{
10
"TxnCount"
:
0
,
11
"ActiveAddress"
:
0
,
12
"BlockCount"
:
0
,
13
"OngCount"
:
"0.000000000"
,
14
"OntIdActiveCount"
:
0
,
15
"OntIdNewCount"
:
0
,
16
"NewAddress"
:
0
,
17
"OntCount"
:
"0.000000000"
,
18
"Time"
:
"2018-07-02"
,
19
"OntIdSum"
:
0
,
20
"AddressSum"
:
0
21
},
22
......
.
23
]
24
}
25
}
Copied!
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.
Explorer v2 API
If interested in integrating the
dApp
store
API
, please first get in touch with us at
[email protected]
Previous
Exchange API
Next - GUIDES & TUTORIALS
EVM & Token Decimals Upgrade
Last modified
2yr ago
Copy link