
Search
The Liquidity & Routing API exposes Helios’s aggregation and optimization layer.
It allows applications to inspect available liquidity, simulate routes, estimate costs, and control how executions are constructed before submission.
Query Aggregated Liquidity
You can query aggregated liquidity across supported protocols and chains.
The response includes available depth, supported venues, and liquidity distribution.
This endpoint does not simulate execution.
Route Simulation
Route simulation evaluates how an execution would be routed under current market conditions.
Simulation returns:
Candidate routes
Estimated slippage
Gas and fee estimates
Risk-adjusted execution paths
No transactions are created or submitted.
Slippage & Fee Estimation
Helios calculates expected slippage and fees as part of simulation.
Estimates account for:
Liquidity depth
Route splitting
Protocol fees
Network conditions
Estimates are probabilistic and may change between simulation and execution.
Multi-Route Execution
For large or complex transactions, Helios may split execution across multiple routes to reduce slippage.
When enabled, Helios automatically determines:
Number of splits
Allocation per route
Execution order
Multi-route execution is transparent to the caller.
Optimization Parameters
You can control how Helios optimizes routing decisions.
Optimization parameters influence route selection but never override safety constraints.
Routing Response Structure
Each route includes structured metadata.
Routes are ordered by optimization priority.