Third Party Ontology Archive API

Developing Dapps on the Ontology blockchain can be tedious and complex. Developers need to build an ONT node and get the data through a large amount of data. Using a third-party node allows for quick access to data without the need to set up a node, enabling developers to launch their products on Web3 rapidly.

Tokenview ONT archive API is one of the providers that enable developers to quickly get the real-time ONT data to develop the dapps.

For example: How to get the ONT address balance?

Just use the ONT Archive API:

https://services.tokenview.io/vipapi/addr/b/ont/Ab43eS7kJ3yRqdwPWWWWiaNEP7svVCWe5u?apikey=APIKEY

You will get:

{
    "code": 1,
    "msg": "成功",
    "data": "1014472"
}