Vous exploitez un nœud « Hyperliquid » ?Activez un chemin direct pour les blocs et le mempool complet grâce au peering « Hyperliquid ».
En savoir plusConnect to Aleo mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Aleo data stack, managed from a single Quicknode dashboard.
Certifié SOC 2 Type II · ISO 27001
Aleo builders need more than basic RPC. Quicknode runs the full surface: the Aleo REST API for blocks, transactions, and program state, plus Webhooks, all from one dashboard.
Query, read, and broadcast on Aleo with low latency. From a single call to block and transaction lookups, you get the right interface for the job.
Multiple ways to access Aleo data, from a single query to real-time delivery. Pick the interface, ship faster.
Read blocks, transactions, transitions, and program state over the HTTP Aleo REST API on mainnet and testnet.
Read deployed Leo program source and query mapping values by program ID and key.
Query blocks, transactions, and the zero-knowledge transitions inside them, with predictable rate limits.
Read confirmed transactions and transitions, look up transaction and transition IDs, and broadcast transactions and solutions through the Aleo REST API.
Read the current and historical validator committee, and list delegators by address, through the Aleo REST API.
Fetch the latest or historical state root and resolve a state path, the primitives Aleo clients use to verify chain state.
Point the Aleo SDK or a plain HTTP request at a Quicknode Aleo endpoint and read blocks, transitions, and program mappings, or broadcast proven transactions. The Aleo REST API on private low-latency infrastructure.
Point the Aleo SDK or your HTTP client at a Quicknode Aleo endpoint. REST calls and program queries carry over.
Blocks, transactions, transitions, and program state, all over the Aleo REST API.
// Query Aleo over the REST APIconst res = await fetch(`${QUICKNODE_ALEO_URL}/mainnet/latest/height`);const height = await res.json();console.log(height);// snarkVM REST endpoints on private low-latency infrastructure.
Docs, guides, and runnable sample apps for every Aleo workload. Clone, customize, and ship.
Full reference for the Aleo REST API, with block, transaction, transition, and program examples.
Get from zero to your first Aleo query in minutes. Set up an endpoint, authenticate, and read chain data with the native API.
Runnable sample apps and starter kits across Quicknode-supported chains, including Aleo. Clone one and ship.
From your first Aleo endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Aleo endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Aleo infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
"We don't manage infrastructure. Our agents just connect and run. Quicknode made that possible across four chains without us ever touching an API key."Divyanshu Urmaliya, Founder & CEO @ Supermission
Foire aux questions
Still have unanswered questions? Reach out to support and the Quicknode team can help you find answers.
The Aleo toolchain you already know works unchanged on Quicknode. The Aleo SDK, the Leo compiler, snarkOS, and standard HTTP clients all point at a Quicknode endpoint.