
Search
Quickstart Guide
This guide walks you through executing your first transaction with Helios.
By the end, you’ll have simulated and executed a basic DeFi operation using the Helios API.
Prerequisites
A Helios API key
Node.js 18+
A wallet or signer you control (Helios is non-custodial)
Installation
Install the Helios SDK using your package manager of choice.
Initialize the Client
Create a Helios client and configure the environment.
The client handles routing, simulation, and execution coordination.
Signing and custody remain external to Helios.
Simulate an Execution
Before executing on-chain, you can simulate routes to inspect cost, slippage, and risk signals.
Simulation returns candidate routes along with estimated gas, fees, and execution constraints.
No transactions are sent at this stage.
Execute a Transaction
Once satisfied with the simulation, execute the transaction.
Helios coordinates routing and execution, but the transaction must be signed by your wallet or signing service.
Execution Result
Executions return structured, machine-readable responses.