For next generation
Monad apps
Quotes, swaps, prices, token and wallet data with enterprise-grade reliability
Powered by Monorail's synthetic orderbooks
Built for Monad's Builders
Whether you're building bots, managing communities, or creating the next DeFi protocol
Bot Builders
Arbitrage and liquidation bot builders with fast trading strategies
Discord Communities
Server owners providing price feeds and trading tools for their communities
DeFi Builders
Apps needing pricing data or seamless swap integration for their users
AMM Protocols
DEXs wanting to improve routing efficiency and earn additional fees
Simple. Powerful. Ready in Minutes.
Get started with just a few lines of code, our API handles the rest
// Define your Monorail app ID
const appId = '0';
// MON
const tokenIn = '0x0000000000000000000000000000000000000000';
// USDC
const tokenOut = '0xf817257fed379853cde0fa4f97ab987181b1e5ea';
// Set the amount of MON to swap
const amountToSwap = 1.5;
// Construct the quote URL
const quoteUrl = new URL('https://testnet-pathfinder.monorail.xyz/v4/quote');
quoteUrl.searchParams.set('source', appId);
quoteUrl.searchParams.set('from', tokenIn);
quoteUrl.searchParams.set('to', tokenOut);
quoteUrl.searchParams.set('amount', amountToSwap.toString());
// Fetch the quote
const response = await fetch(quoteUrl.toString());
const result = await response.json();
// Output the estimated USDC from the swap
console.log(`USDC from swap: ${result.output_formatted}`);
// Execute result.transaction using your wallet client
Key Benefits
Pricing
Trusted by Leading DeFi Teams
Whether it's social apps or yield farms, the best teams build with Monorail

Dusted
Improving the world for bagholders

BlockBot
Monad's most powerful Telegram trading bot

MeowFi
Multi-layered yield and capital efficiency
Aggregating liquidity from 13 exchanges














Ready to Build Something Amazing?
Focus on your product, let us handle the trading