PATH DOCUMENTATION
One path. Connected liquidity.
Build with Path, an exact-input DEX aggregator for HyperEVM.
What is Path?
Path searches liquidity across supported HyperEVM pools, compares routes and prepares an unsigned transaction for your wallet. Routing happens offchain; settlement is designed to enforce the reviewed input, minimum output, recipient and deadline onchain.
Built for HyperEVM
| Network | Value |
|---|---|
| Chain ID | 999 |
| Native gas token | HYPE · 18 decimals |
| Native token API address | 0x0000000000000000000000000000000000000000 |
| Wrapped HYPE | 0x5555555555555555555555555555555555555555 |
| Public API | https://api.pathagg.xyz |
| API version | /api/v1 |
Path integrates HyperEVM DEX pools. HyperCore order-book liquidity is not included in the current route graph. A token name or shared ecosystem does not make those venues interchangeable.
Current availability
Use the configuration and capability endpoints to check availability at integration time. Successful discovery or a quote does not establish that a settlement contract is deployed, audited or ready.
curl https://api.pathagg.xyz/api/v1/config
curl https://api.pathagg.xyz/api/v1/orders/capabilitiesIntegration principles
- Use integer strings in token base units; preserve precision throughout the flow.
- Treat a quote as a short-lived observation, never reserved liquidity.
- Inspect coverage, warnings and simulation status before proceeding.
- The API does not accept a wallet private key or sign a user swap.
- Manual has a 0% platform fee. Ultra Fast charges 0.1% of actual received output when its verified settlement is enabled. Quoted output and minimum received include this fee. Check swapModes capabilities before execution. Pool trading fees are reflected in quotes; users pay network gas in HYPE.