← Marketplace
Base
Thomenz
Thomenz is an x402-native service at https://soldefi.thomenz.me, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.
Offers
| Offer | Endpoint | Price |
|---|---|---|
Can I Sell :Mint Real-time sellability check at YOUR size: simulates exiting a specific USD amount of a Solana token via a live Jupiter buy->sell round trip and reports whether you can actually sell, the USDC recovered, real sell price impact and tax/friction loss. Answers 'can I get $X out right now, and at what cost?' — catches honeypots and thin books at your real trade size. For traders and exit-planning agent | /m/bz-soldefi-thomenz-me/v1/solana/can-i-sell/:mint | 0.003 USDC |
Solana Changed Watchlist diff: submit up to 10 Solana mints plus the state you saved last time, and get back ONLY what moved — risk score rises/falls and, crucially, individual signals that appeared or cleared (a freeze authority coming back barely moves the score). Returns a fresh state object to send next time. For agents that hold positions and need to know what changed since they last looked, not what the ri | /m/bz-soldefi-thomenz-me/v1/solana/changed | 0.02 USDC |
Deployer :Mint Deployer reputation for a Solana token: traces the mint's creator wallet, how much of the token the deployer still holds, the deployer wallet's age and the token's age. Returns a 0-100 risk score + verdict flagging fresh wallets, heavy insider self-holding and brand-new tokens. Answers 'who launched this and should I trust them?' before you buy. For snipers and trading agents. | /m/bz-soldefi-thomenz-me/v1/solana/deployer/:mint | 0.01 USDC |
Exit Risk :Mint Can you actually EXIT this Solana token right now, and at what cost? Crosses Birdeye smart-money signals — whale net buy/sell flow (24h), bundler/sniper manipulation tags, 1h sell-pressure and holder count — with a LIVE Jupiter exit-slippage ladder at $1k and $10k. Returns an exit_risk verdict (LOW/ELEVATED/HIGH): are the whales dumping into a thin book that traps you, or is the exit clean? The se | /m/bz-soldefi-thomenz-me/v1/solana/exit-risk/:mint | 0.015 USDC |
Full Scan :Mint One-call full rug workup for a Solana token: bundles the honeypot/sellability scan, liquidity-durability (LP) check, deployer reputation and live exit-risk (Birdeye smart-money x Jupiter exit-slippage) — cheaper than buying the four separately (~$0.035 -> $0.03). The overall verdict aggregates the three structural checks; exit-risk ships as its own block and never inflates it, because whale flow i | /m/bz-soldefi-thomenz-me/v1/solana/full-scan/:mint | 0.03 USDC |
Solana Honeypot Batch Batch rug/honeypot scan: submit up to 10 Solana token mints and get the full per-token honeypot verdict (0-100 risk score, flags, sellability) for each in one paid call — cheaper than scanning individually. For agents vetting a watchlist or a set of launch candidates at once. | /m/bz-soldefi-thomenz-me/v1/solana/honeypot-batch | 0.02 USDC |
Honeypot :Mint Rug & honeypot scan for any Solana SPL token by mint. On-chain: mint/freeze authority renounced?, Token-2022 transfer tax, top-holder concentration, plus a live buy->sell round trip via Jupiter as a strong signal the token is sellable at scan time (catches most honeypots). Returns a 0-100 risk score, machine flags and an agent-readable verdict (AVOID/CAUTION/LOW RISK). For snipers, wallets and tra | /m/bz-soldefi-thomenz-me/v1/solana/honeypot/:mint | 0.005 USDC |
Lp Status :Mint Liquidity durability / rug-pull exposure for a Solana token. Reports its pools (TVL, age, DEX), largest-pool depth, burned-supply share, and whether mint/freeze authority is still live (dilution/freeze risk). Returns a 0-100 liquidity-risk score + verdict (DURABLE/SHAKY/FRAGILE/RUG-PRONE): how sticky the liquidity is and whether a dev could pull it. A durability signal, not a cryptographic LP time | /m/bz-soldefi-thomenz-me/v1/solana/lp-status/:mint | 0.005 USDC |
Solana Pool Intel Deep liquidity-pool analysis for a Solana token across Raydium, Orca, Meteora, pumpswap. Per pool: real fee APR (volume x fee / TVL), wash-trade risk (turnover + executable-depth cross-check), age and TVL. Plus a token rug/honeypot verdict and a real Jupiter slippage ladder ($100/$1k/$10k) for true liquidity depth. Recommends the best risk-adjusted pool. For LP, yield and arbitrage agents. | /m/bz-soldefi-thomenz-me/v1/solana/pool-intel | 0.015 USDC |
Pools Top The real best Solana DEX pools. Same top-pools feed a free API returns, but wash-traded and fake-volume pools are filtered out and the rest ranked by risk-adjusted fee yield (Raydium/Orca/Meteora). Returns clean, decision-ready pools plus an `excluded` list showing exactly which pools were dropped and why. For liquidity, yield and MEV agents that can't trust raw volume numbers. | /m/bz-soldefi-thomenz-me/v1/solana/pools/top | 0.02 USDC |
Swap Build Build a ready-to-sign Solana swap that refuses to route you into a rug. Runs the full honeypot/rug scan first: buying a token whose verdict is critical (or that cannot be sold) returns the verdict and NO transaction. Returns Jupiter's unsigned versioned transaction — we never custody funds, your wallet signs. A 0.5% platform fee applies ONLY when selling into USDC/SOL; buying is fee-free. Fee is d | /m/bz-soldefi-thomenz-me/v1/solana/swap/build | 0.001 USDC |
Solana Wallet Risk Portfolio rug scan for a Solana wallet: reads the wallet's SPL holdings and runs the full honeypot/rug scan on each (up to 10 positions), returning per-token risk plus a summary of how many holdings are critical/high/medium/low and which mints to exit. For portfolio-manager and risk agents auditing a wallet's exposure in one call. | /m/bz-soldefi-thomenz-me/v1/solana/wallet-risk | 0.03 USDC |
Machine-readable: openapi.json with x-payment-info offers.
Try it live
Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.
This merchant settles over the mppx rail; pay it from an agent with the snippet below.
Pay with an agent
Any MPP or x402-compatible client works. With mppx, payment is automatic:
import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'
const mppx = Mppx.create({
methods: [evm({
account: privateKeyToAccount(process.env.KEY),
currencies: [evm.assets.base.USDC],
})],
})
const res = await mppx.fetch('https://api.meshgateway.co/m/bz-soldefi-thomenz-me/v1/solana/can-i-sell/:mint')
// 402 challenge signed and settled automatically; response includes Payment-ReceiptOr inspect the challenge yourself:
curl -i https://api.meshgateway.co/m/bz-soldefi-thomenz-me/v1/solana/can-i-sell/:mint # HTTP/1.1 402 Payment Required # WWW-Authenticate: Payment id="…", method="evm", intent="charge", …