Batch crypto rug-pull checking endpoint (currently offline).
What it does
CryptoRugMunch appears to be an x402-protocol endpoint designed to perform batch checks on cryptocurrency tokens or contracts, likely for rug-pull detection or scam analysis. The endpoint path `/api/agent/v1/check-batch` suggests it accepts multiple token or contract addresses and returns risk assessments.
However, the entire service is currently offline. The underlying ngrok tunnel (cryptorugmunch.ngrok.app) returns ERR_NGROK_3200 on every path, meaning the developer's local or cloud server behind the tunnel is not running. No x402 payment challenge was returned, no documentation is available, and no schema or pricing information could be retrieved. The endpoint did not respond with 402 on either POST or GET — it returned 404 across the board because the ngrok tunnel itself is down.
Without any live response, documentation, or OpenAPI schema, the capabilities, pricing, and exact functionality of this service cannot be confirmed. The name "CryptoRugMunch" and the path strongly suggest crypto token risk analysis, but all details are inferred from naming alone.
Capabilities
Use cases
- —Batch-checking multiple token contracts for rug-pull indicators before investing
- —Automated agent-driven portfolio screening for scam tokens
- —Integrating crypto risk signals into trading bots or wallets
Fit
Best for
- —Agents needing automated crypto token risk assessment
- —Batch screening of new or unknown tokens
- —Developers building scam-detection pipelines
Not for
- —Anyone needing a reliable, always-on production service (endpoint is on ngrok and currently offline)
- —Non-crypto use cases
- —Detailed smart contract auditing beyond rug-pull signals
Quick start
# Endpoint is currently offline (ngrok tunnel down).
# When live, likely:
curl -X POST https://cryptorugmunch.ngrok.app/api/agent/v1/check-batch \
-H 'Content-Type: application/json' \
-d '{"tokens": ["0xabc...", "0xdef..."]}'Endpoint
Quality
The endpoint is completely offline — the ngrok tunnel returns ERR_NGROK_3200 on all paths. No x402 challenge, no schema, no documentation, and no pricing were retrievable. All capability claims are inferred solely from the URL path and subdomain name.
Warnings
- —Endpoint is completely offline — ngrok tunnel ERR_NGROK_3200 on all paths
- —No x402 payment challenge returned; cannot confirm x402 protocol support
- —Hosted on ngrok tunnel — inherently ephemeral and not suitable for production reliance
- —No documentation, schema, or pricing information available
- —All described capabilities are inferred from the URL naming only
Citations
- —The ngrok tunnel cryptorugmunch.ngrok.app is offline with ERR_NGROK_3200https://cryptorugmunch.ngrok.app
- —Endpoint returned 404 on both POST and GET, not 402https://cryptorugmunch.ngrok.app/api/agent/v1/check-batch