Skip to main content
Type: DEX Aggregator | Docs: docs.kyberswap.com

Overview

KyberSwap is a DEX aggregator that routes trades through the optimal path across multiple liquidity sources. On Monad, it aggregates liquidity from native AMMs and orderbooks to provide best-execution pricing. The SDK uses the KyberSwap API for routing - no on-chain calls are required for quotes.

Functions

getKyberSwapQuote()

Returns an optimized swap quote via the KyberSwap routing API. Parameters Returns

getKyberSwapPrice()

Returns the current spot price for a token pair using KyberSwap routing. Parameters Returns number. price of tokenIn in units of tokenOut.

Contract Addresses