Crypto rug-pull watch endpoint — currently offline.
What it does
This endpoint at cryptorugmunch.ngrok.app/api/agent/v1/watch appears to be an x402-protocol service related to cryptocurrency rug-pull detection or monitoring (inferred from the domain name "cryptorugmunch" and the path "/watch"). However, the underlying ngrok tunnel is completely offline.
Every page on the domain — root, /docs, /api, /pricing, /README — returns ngrok error ERR_NGROK_3200, indicating the tunnel endpoint is not running. The probe could not elicit a 402 payment challenge on either GET or POST; both returned 404 (the ngrok offline error page). No OpenAPI spec, no agents.txt, no documentation, and no pricing information could be retrieved.
Because the service is hosted behind an ngrok tunnel (a tool for exposing local servers to the internet), it is inherently ephemeral and only available when the developer's local machine is running the tunnel. There is no way to determine capabilities, pricing, schema, or reliability from the available evidence.
Capabilities
Use cases
- —Monitoring cryptocurrency tokens for rug-pull indicators
- —Alerting agents to suspicious token contract behavior
- —Screening new tokens before purchase
Fit
Best for
- —Agents needing automated crypto scam detection
- —Developers building rug-pull early warning systems
- —Crypto trading bots requiring safety checks
Not for
- —Production systems requiring high availability (ngrok tunnel is ephemeral)
- —Anyone needing the service right now — it is offline
- —Use cases requiring guaranteed uptime SLAs
Quick start
# Endpoint is currently offline (ngrok tunnel down).
# When live, it would presumably accept x402 payments:
curl -X POST https://cryptorugmunch.ngrok.app/api/agent/v1/watchEndpoint
Quality
The endpoint is completely offline (ngrok ERR_NGROK_3200 on all paths). No 402 challenge was returned, no documentation or schema is available, and the ngrok-based hosting is inherently ephemeral. All capabilities are inferred solely from the domain name and URL path.
Warnings
- —Endpoint is offline — ngrok tunnel ERR_NGROK_3200 on every path
- —Hosted on ngrok free/personal tunnel — availability is ephemeral and unpredictable
- —No x402 402 challenge was returned; endpoint may no longer exist
- —No documentation, schema, or pricing information available
- —All listed capabilities are speculative, inferred only from the domain name
Citations
- —The ngrok tunnel endpoint is offline with ERR_NGROK_3200https://cryptorugmunch.ngrok.app
- —Probe returned 404 on both POST and GET, no 402 challengehttps://cryptorugmunch.ngrok.app/api/agent/v1/watch