Aleo REST API
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.
이 API를 사용하면 다음과 같은 작업을 수행할 수 있습니다:
- 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
다음과 같은 방법으로 API에 접속할 수 있습니다:
- 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.
지원되는 네트워크
Quicknode provides access to the following Aleo networks:
Complete reference for developers building on Aleo with Quicknode:
빠른 시작
Get started with Aleo quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
공급자 엔드포인트
Learn how to configure and manage your Aleo endpoints for optimal performance and reliability.
API 개요
강력한 애플리케이션을 구축하는 데 필요한 지원되는 API, 네트워크, Quicknode 제품 및 향상된 API 기능을 살펴보세요.
마켓플레이스
Quicknode 마켓플레이스에서 강력한 애드온과 도구를 찾아 통합하여 웹3 애플리케이션을 강화해 보세요.
엔드포인트 보안
인증, 화이트리스트 적용 및 모범 보안 관행을 통해 엔드포인트를 보호하십시오.
오류 코드
Understand common error codes and troubleshooting steps for Aleo API requests.