Skip to main content

Network APIs

Interaction with Constellation Network version 2.0 is possible using three independent REST APIs which can be called for specific functionality. The three APIs together allow for complete integration with the network.

APIs

Block Explorer API

OAS3 Spec

An off-network API offering indexed and searchable transactions, snapshots, and block information.

Base urls

L0 API

OAS3 Spec

An on-node API for getting real time information on snapshots, and address balances as well as for submitting L1 snapshots. You can use one of the load balancer endpoints below or connect directly to a network node by IP address and port. You can use the load balancer /cluster/info endpoint to find a network node. Connect using http and the configured port, ex: http://18.232.193.183:9000

Base urls

L1 API

OAS3 Spec

An on-node API for posting DAG transactions and fetching information on address parent references. You can use one of the load balancer endpoints below or connect directly to a network node by IP address and port. You can use the load balancer /cluster/info endpoint to find an active network node to connect to. Connect to the node using http and the configured port, ex: http://18.232.193.183:9010

Base urls