Skip to main content

Aleo REST API

With Quicknode, you get access to our global Aleo REST API network which always routes your API requests to the nearest available location, ensuring low latency and the fastest speeds.

What is Aleo?

Aleo is a Layer 1 blockchain that enables privacy-preserving applications through zero-knowledge cryptography. Programs execute on snarkVM, a zero-knowledge virtual machine developed by Provable, and can be written in Leo — a high-level language that compiles to Aleo instructions. Unlike traditional blockchains where all transaction data is publicly visible, Aleo uses zkSNARKs (specifically Varuna) to verify computations without revealing the underlying inputs, while still supporting public state where needed.

Aleo combines general-purpose programmability with default-private state, allowing applications to process sensitive data while remaining verifiable on-chain. The network is secured by AleoBFT, a DAG-based Byzantine Fault Tolerant proof-of-stake consensus, and uses a coinbase puzzle to incentivize a decentralized network of provers.

Interacting with Aleo

Aleo nodes expose a REST API interface that allows developers to interact with the blockchain using standard HTTP methods. This makes it easy to integrate Aleo functionality into web applications and services using familiar tools and libraries.

With this API, you can:

  • Query block data, heights, hashes, and transaction details
  • Look up validator committee information and delegator data
  • Inspect deployed programs and query mapping values
  • Retrieve state roots and state paths for verification
  • Find transactions and transitions by various identifiers
  • Broadcast transactions and prover solutions

You can access the API by:

  • Running a local Aleo client
  • Using a hosted provider such as a Quicknode Aleo endpoint, which delivers low-latency global access and enhanced reliability out of the box.

Supported Networks

Quicknode provides access to the following Aleo networks:

Mainnet
Type:Production
HTTP:
WSS:
Archive:No
Pruning:None
Testnet
Type:Testnet
HTTP:
WSS:
Archive:No
Pruning:None
Share this doc