LP Agent is the complete toolkit for liquidity providers. Track your portfolio in real-time, one-click copy the most profitable wallets, or use our open data API to vibe-code your own custom bots.
Supported protocols & ecosystems
LP Agent gives you a live portfolio dashboard showing total net worth, win rate, fees earned, and profit history all in one place. No spreadsheets. No guesswork. 479 closed positions tracked automatically - with full PnL per trade.
LP Agent scans thousands of wallets and surfaces the ones with the highest win rates, best fee APRs, and lowest IL exposure. One-click Copy LP mirrors their positions on-chain, settled in under 5 seconds - automatically protected from rug tokens and with your own TP/SL rules.
Skip months of data engineering. Our open API surfaces battle-tested LP intelligence - pool analytics, position data, fee history, and more - across Meteora, Orca, Uniswap and beyond. One endpoint, all the alpha.
// Get all currently open LP positions for a wallet const getOpenPositions = async (owner) => { const res = await fetch( `https://api.lpagent.io/open-api/v1/lp-positions/opening?owner=${owner}`, { headers: { "x-api-key": "YOUR_API_KEY" } } ); const { data, count } = await res.json(); // data[0]: { pairName, protocol, collectedFee, // pnl: { value, percent }, currentValue, inRange } return data.filter(p => p.pnl.percent > 0); };
Real-time leaderboards of the highest fee-APY pools across Meteora, Orca, and Uniswap - ranked by net profit, volume, and IL risk.
Deep per-position data: realised fees, impermanent loss breakdown, net APR, and historical performance - for any wallet, on any protocol.
Granular fee revenue history per pool - backtest your own LP strategy or train an ML model with clean, curated on-chain data.
Fully documented REST API with Swagger UI. Copy a snippet, get your API key, and vibe-code your own LP bot or analytics dashboard - no on-chain infra required.
Proof
Total Volume Managed
LP Positions Opened
Position Win Rate
Net Profit Generated
Join thousands of LPs earning more with less effort - or start building with the most comprehensive LP data API in DeFi.