Nordstern.Finance
Integrating Token Swaps with Nordstern.Finance Aggregator API
Projects building on Shardeum can easily enable on-chain token swaps without having to deploy or manage their own routing or liquidity logic.
The Nordstern.Finance Aggregator API provides a simple and production-ready way to access optimal swap routes across all decentralized exchanges on Shardeum through a single endpoint.
Overview
The Nordstern Aggregator API exposes a unified interface for accessing IceCreamSwap-powered DEX liquidity on Shardeum.
It automatically finds the most efficient swap routes between any two tokens, taking into account pool liquidity, price impact, and gas costs.
This allows developers to:
- Offer seamless token swaps directly in their apps, wallets, or dApps
- Avoid maintaining complex routing or price-discovery infrastructure
- Keep users' swaps fully on-chain and transparent
- Integrate in minutes using simple REST API calls
API Endpoint
For the Shardeum network, use the following API endpoint:
All requests and responses follow standard JSON formats and can be integrated with any backend or frontend framework.
Example Request
To get a swap route between two tokens:
Example Response
The returned transaction object (tx) can be sent directly to the user's wallet or relayed by your backend.
Integration Flow
- Query the API for a swap route using your desired input and output tokens
- Display the quote or expected output amount to the user
- Send the transaction using the encoded data returned by the API
- Monitor the transaction hash for confirmation on Shardeum
This approach keeps your integration lightweight — no need to manage liquidity sources, gas estimation, or router logic.
Benefits for Shardeum Builders
- Instant access to on-chain swaps via a single REST API
- Optimized routing across all liquidity sources on Shardeum
- No infrastructure overhead — just call the API and execute the transaction
- Fully compatible with Web3 wallets and SDKs
- Simple integration into both web and mobile dApps
About Nordstern.Finance
Nordstern.Finance provides infrastructure for accessing DEX liquidity across supported networks. It enables developers and integrators to access liquidity through a standardized, chain-agnostic interface.