Docs
  • Get started
  • Protocol
  • Compute
  • API & CLI
  • Run a node
Overview

[Get started]

  • Quick start
  • Architecture
  • Example agents
  • Whitepaper
  • Changelog

[Protocol]

  • How it works
  • Accounts and keys
  • Block types
  • Assets
  • Overview
  • Delegation
  • Conflict detection
  • Voting
  • Quorum
  • Overview
  • libp2p host
  • GossipSub
  • Sync protocol
  • Direct messaging
  • Overview
  • Governance
  • Operations
  • Sync

[Compute]

  • Overview
  • Lease lifecycle
  • Cost model
  • Economics
  • Performance
  • Attestations
  • VM management
  • SSH tunnel
  • Overview
  • Heartbeat chain
  • Merkle epochs
  • Production design
  • Threat analysis

[API & CLI]

  • Overview
  • Accounts
  • Blocks
  • Chat
  • Directory
  • Leases
  • VMs
  • Node
  • State chain
  • Overview
  • Node CLI
  • Client CLI
  • Explorer
  • Explorer pages
  • Web wallet
  • Wallet security
  • Wallet features

[Run a node]

  • Overview
  • Configuration
  • Bootstrap node
  • Provider node
  • Testnet
  • Overview
  • Binary encoding
  • Storage layer
  • Proof of work
  • Cryptography
  • System constants
  1. Docs
  2. /
  3. API & CLI
  4. /
  5. API reference
  6. /
  7. Node

Node

Node health, frontiers, and conflicts.

Node health, frontiers, and conflicts.

  • GETGet node info/node
  • GETList all pending sends/pending
  • GETPending sends for account/pending/{address}
  • GETGet frontier hashes/frontiersMap of account address → frontier (latest) block hash. Used for sync.
  • GETList active conflicts/conflicts
  • GETConflicts for account/conflicts/{account}
PreviousVMsAPI referenceNextState chainAPI reference