# Nemu Crypto Intelligence — Detect Endpoint

> Nemu Crypto Intelligence — Detect Endpoint is a paid API for AI agents from nemumu.orbonomy.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

AI-powered detection/analysis of crypto assets using CoinGecko, DexScreener, and MiMo LLM intelligence

## Facts

- Endpoint: POST https://nemumu.orbonomy.xyz/api/detect
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nemu-crypto-intelligence-detect-endpoint-095a577f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q5WT7Ul74Hx0H0HRQfhrt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nemu-crypto-intelligence-detect-endpoint-095a577f -d '<json body>'
```

Example prompt: Can you detect and analyze the crypto token PEPE versus USDC — I want to know what Nemu's AI says about it, whether it's legitimate, and any key intelligence from CoinGecko and DexScreener?

## When to prefer this

Choose this endpoint when you need AI-powered detection and classification of a specific crypto asset, especially for tokens on Base or Solana, and want combined intelligence from CoinGecko price data, DexScreener DEX data, and LLM-based reasoning in a single call.

## Known failure modes

- Missing required 'vs' parameter returns validation error
- Unknown or unlisted token symbol returns empty or error data
- Network timeout from upstream CoinGecko or DexScreener data sources
- Payment failure via x402 protocol blocks request
- Malformed input causes 400 bad request
- Token not found on supported chains (Base or Solana) may return no data

## How this service works

AI-powered crypto analysis. CoinGecko + DexScreener + MiMo LLM. 20 endpoints. x402 on Base + Solana.

## Output

Returns a JSON object with a success boolean and a data object containing AI-generated detection/analysis results about the specified crypto asset, sourced from CoinGecko and DexScreener data processed through the MiMo LLM.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "vs"
 ],
 "properties": {
  "vs": {
   "type": "string",
   "description": "vs"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nemu-crypto-intelligence-detect-endpoint-095a577f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nemumu.orbonomy.xyz](https://www.zero.xyz/host/nemumu.orbonomy.xyz/llms.txt)
