Constellation Network
IntroductionFundamentalsFor DevelopersNode Validators
  • Index
  • Concepts
    • Architecture
  • IntegrationNet
  • API Reference
    • DAG4.js
      • Intro to dag4.js
      • Interacting with Wallets
      • Connecting to the Network
      • Sending Transactions
      • Message Signing
      • Metagraph Tokens
      • Dag4.js Example Apps
    • Hypergraph APIs
  • Metagraph APIs
  • Block Explorer APIs
  • Integration Guides
    • Transaction Signing
    • Delegated Staking
Powered by GitBook

Main

  • Website
  • Get DAG
  • Explore Projects
  • Partners

Socials

  • Telegram
  • Discord
  • X (Twitter)

Tools

  • Wallet
  • DAG Explorer
  • Coingecko

© 2025 CONSTELLATION NETWORK

On this page
  • DAG L1 API​
  • Global L0 API​

Was this helpful?

Export as PDF
  1. API Reference

Hypergraph APIs

PreviousDag4.js Example AppsNextMetagraph APIs

Last updated 25 days ago

Was this helpful?

The Hypergraph APIs are the public HTTP APIs hosted on Global L0 and the DAG L1 network nodes. Below you'll find an OpenAPI spec for each of the public network environments. In general, TestNet has the bleeding edge features, IntegrationNet has stable new features, and MainNet has fully released features.

See for an overview of how these networks fit into the Constellation Network overall.

DAG L1 API

The DAG L1 API is used primarily for sending DAG transactions which are then processed through the Global L0 and are eventually visible on the Block Explorer API after reaching finality.

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:

API Spec

Base urls​:

  • TestNet:

  • IntegrationNet:

  • MainNet:

Global L0 API

The Global L0 API can be used to fetch global snapshot information, view DAG supply and address balances, and submit metagraph 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: .

API Spec

Base urls​:

TestNet:

IntegrationNet:

MainNet:

Architecture
​
http://18.232.193.183:9010
​
TestNet
IntegrationNet
MainNet
​
https://l1-lb-testnet.constellationnetwork.io
https://l1-lb-integrationnet.constellationnetwork.io
https://l1-lb-mainnet.constellationnetwork.io
​
http://18.232.193.183:9000
​
TestNet
IntegrationNet
MainNet
​
https://l0-lb-testnet.constellationnetwork.io
https://l0-lb-integrationnet.constellationnetwork.io
https://l0-lb-mainnet.constellationnetwork.io