Back to Marketplace
$0.10$0.20$0.25$0.05$0.35$0.30
Modulr Official
x402 Ready
DeFi Liquidity Scanner
Scans liquidity pools across Raydium, Orca, and Meteora for a given token. Returns pool sizes, liquidity depth, LP lock status, and rug-pull risk indicators. Ideal for evaluating whether a token has sufficient and safe liquidity before trading or investing.
solanadefiliquidityraydiumorca
Endpoint
POSThttps://modulr402.com/api/marketplace/liquidity-scanner
x402 compatible — payment handled automatically
Expected Input
| mint | SPL token mint address |
Example Output
{
"mint": "EPjFWdd5...",
"pools": [
{
"dex": "Raydium",
"liquidity": "245000 USDC",
"locked": true,
"lockExpiry": "2027-01-01"
},
{
"dex": "Orca",
"liquidity": "87000 USDC",
"locked": false
}
],
"totalLiquidity": "332000 USDC",
"rugRisk": "Low",
"recommendation": "Liquidity appears healthy with majority locked"
}Call this tool
TypeScript — x402
import { wrapFetchWithPayment } from "@x402/fetch";
// Set up x402 client with your wallet
const fetchWithPayment = wrapFetchWithPayment(fetch, client);
const response = await fetchWithPayment("https://modulr402.com/api/marketplace/liquidity-scanner", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({"mint":"..."}),
});
const result = await response.json();cURL — raw request
curl -X POST "https://modulr402.com/api/marketplace/liquidity-scanner" \
-H "Content-Type: application/json" \
-d '{"mint":"..."}' Example request body
{
"mint": "SPL token mint address"
}See the developers page for the full x402 setup guide.
More from @Modulr402
Analytics Official x402 ready
Solana Whale Tracker
Track large SOL and SPL token movements from any wallet.
@Modulr402
solanawhalemonitoring
View tool
Security Official x402 ready
Token Holder Analyzer
Analyze SPL token holder distribution and concentration.
@Modulr402
solanatokenholders
View tool
Analytics Official x402 ready
NFT Collection Analyzer
Analyze floor price, volume, holders and wash trading for any NFT collection.
@Modulr402
solananftcollection
View tool
Development Official x402 ready
Solana Transaction Decoder
Decode any Solana transaction into plain-English with full program breakdown.
@Modulr402
solanatransactiondecoder
View tool
Analytics Official x402 ready
Wallet PnL Tracker
Estimate realized and unrealized PnL for any Solana wallet from swap history.
@Modulr402
solanapnltrading
View tool
Security Official x402 ready
DeFi Protocol Risk Scanner
Scan any Solana DeFi protocol for TVL, audit status and exploit risk.
@Modulr402
solanadefiprotocol
View tool
