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
EVM & Token Decimals Upgrade
ONTOLOGY NODE
Abstract
Node Deployment
Interacting with a Public Node
DEVELOPER TOOLS
dApp Development Framework
IDE
APIs
HTTP API
Restful
WebSocket
Remote Procedure Call (RPC)
Explorer v2 API
Native Token API
ONT ID Contract API
Web3 API
OScore Open API
Rosetta Node API
DToken Contract API
DDXF
Digital Wallet
SDKs
Signing Server
COMMUNITY
Ecosystem Programs
Community Libraries
Community Events
Community Channels
Core Contributors
SUPPORT
FAQ
Contact Us
Powered By
GitBook
HTTP API
The HTTP API serves as the mode of communication between nodes and
dApps
. It can be used to query important information from the blockchain.
HTTP API can be used while testing smart contract logic to find out the blockchain status and other relevant information.
It encapsulates three interfaces that are a part of the HTTP API, and can be regarded as being API in themselves:
1.
Restful
2.
RPC
3.
Websocket
The ports that the above APIs use are as follows:
API
Port
Restful
20334
Websocket
20335
RPC
20336
The following sections describe each of the APIs and the respective methods in detail.
DEVELOPER TOOLS - Previous
APIs
Next
Restful
Last modified
2yr ago
Copy link