For AI agents: an LLM-friendly Markdown version of every page is available by appending .md to its URL or by sending an Accept: text/markdown request header. The full documentation index is at https://www.ankr.com/docs/llms.txt
Skip to main content

Fuel


Fuel API is available on Web3 API platform.

Fuel is an operating system specifically designed for Ethereum Rollups, providing the necessary tools and infrastructure to maximize the efficiency of rollups while solving key challenges around scalability and performance. Fuel’s goal is to enhance the Ethereum ecosystem by optimizing for parallelization, state-minimized execution, and interoperability (PSI), without compromising on any of these aspects.

  • FuelVM: Optimized execution engine enabling parallel transaction execution and state minimization using a UTXO model, improving scalability and throughput.
  • Sway Language: A Rust + Solidity inspired language for smart contracts, offering safety, performance, and static auditing.
  • Developer Experience: Streamlined, boilerplate-free development for efficient contract creation and interaction with the FuelVM.
  • Unmatched Throughput: Leverages parallel processing for significantly higher transaction throughput compared to single-threaded blockchains.

In order for your Web3 application to interact with Fuel — either by reading blockchain data or sending transactions to the network — it must connect to a Fuel node. Developers interact with the blockchain using the methods provided by the API.

Responses come in JSON format.

Queries/Mutations supported


Methods

Methods