{"version":1,"resources":["https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/validate-trade","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/intel/validate-trade-plus","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/intel/counterfactual-trade","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/validate-trades","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/scan/{coin_id}","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/portfolio/scan","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/scan/{coin_id}/history","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/rug-check/{chain}/{pair_address}","https://gpartin--cryptoguard-api-fastapi-app.modal.run/v1/dex/new-pairs"],"instructions":"# CryptoGuard — Per-Transaction Crypto Validator\n\nDeterministic PROCEED / CAUTION / BLOCK verdicts for any crypto trade.\nPowered by WaveGuard physics-based anomaly detection engine.\n\n## Primary Endpoint\n\n**POST /v1/validate-trade** — One call, one verdict, every trade vetted.\n\n```json\n{\"token\": \"solana\", \"action\": \"buy\", \"amount_usd\": 500}\n```\n\n## Other Endpoints\n\n- **POST /v1/intel/validate-trade-plus** — Premium stateless intelligence bundle\n- **POST /v1/intel/counterfactual-trade** — Stateless what-if tipping-point analysis\n- **POST /v1/validate-trades** — Batch up to 20 trades\n- **GET /v1/scan/{coin_id}** — Single token anomaly scan\n- **POST /v1/portfolio/scan** — Portfolio batch (up to 50 tokens)\n- **GET /v1/scan/{coin_id}/history** — 7-day trend analysis\n- **GET /v1/rug-check/{chain}/{pair}** — Rug pull risk check\n\n## Pricing\n\n- **$0.05** per call via USDC\n- Primary network: eip155:8453 (Base)\n- Also accepts: Ethereum, Polygon, Arbitrum, Optimism\n\n## Links\n\n- Docs: https://github.com/gpartin/CryptoGuard\n- WaveGuard Engine: https://github.com/gpartin/WaveGuardClient\n"}