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 Fuel mainnet and every active testnet with low-latency RPC, full archive data, debug and trace APIs, and real-time Streams. The complete Fuel data stack, managed from a single Quicknode dashboard.
Certifié SOC 2 Type II · ISO 27001
Fuel builders need more than basic RPC. Quicknode runs the full surface: the Fuel GraphQL API and full archive history, all from one dashboard.
Query, read, and broadcast on Fuel with low latency. From a single call to full history, you get the right interface for the job.
Multiple ways to access Fuel data, from a single query to real-time delivery. Pick the interface, ship faster.
Query exactly the fields you need. Blocks, transactions, receipts, and contract state over a single flexible GraphQL endpoint.
Full historical chain data with no pruning, so you can query any block or transaction back to genesis.
Read Sway contract state, predicates, and scripts through the GraphQL API.
Query address and contract asset balances, list all balances for an account, and read UTXO coins through the Fuel GraphQL API.
Read blocks by height, fetch the latest block, and list recent blocks alongside node and chain metadata.
Submit signed transactions, dry-run them against live state before broadcasting, and list recent network transactions.
Point the fuels SDK or a GraphQL request at a Quicknode Fuel endpoint and query blocks, transactions, and contract state, or submit transactions. The Fuel GraphQL API on private low-latency infrastructure.
Point the fuels SDK or forc at a Quicknode Fuel endpoint. GraphQL queries and Sway contracts carry over.
Blocks, transactions, receipts, and contract state, all over the Fuel GraphQL API.
// Query Fuel with the GraphQL APIconst res = await fetch(QUICKNODE_FUEL_URL, {method: "POST",headers: { "Content-Type": "application/json" },body: JSON.stringify({query: "{ chain { latestBlock { height } } }"})});const { data } = await res.json();console.log(data.chain.latestBlock.height);// FuelVM over GraphQL on private low-latency infrastructure.
Docs, guides, and runnable sample apps for every Fuel workload. Clone, customize, and ship.
Full reference for the Fuel GraphQL API, with block, transaction, receipt, and contract examples.
Get from zero to your first Fuel 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 Fuel. Clone one and ship.
From your first Fuel endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Fuel endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Fuel 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 Fuel toolchain you already know works unchanged on Quicknode. The fuels TypeScript SDK, the Fuel toolchain (forc), and Sway all point at a Quicknode endpoint.