# Nemu Crypto Intelligence — Compare Cryptocurrencies

> Nemu Crypto Intelligence — Compare Cryptocurrencies 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-14).

Compares multiple cryptocurrencies side-by-side using CoinGecko and DexScreener data, analyzed by MiMo LLM

## Facts

- Endpoint: POST https://nemumu.orbonomy.xyz/api/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nemu-crypto-intelligence-compare-cryptocurrencies-c8f57e42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S3jmqTlbq-NZIG0ymI9x4

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-compare-cryptocurrencies-c8f57e42 -d '<json body>'
```

Example prompt: Can you compare bitcoin, ethereum, and solana for me — pull their current market data and give me an AI analysis of which is performing best right now?

## When to prefer this

Use this endpoint when you need to compare two or more cryptocurrencies side-by-side with AI-generated insights layered on top of raw market data. Prefer this over single-coin lookup endpoints when the user wants a relative ranking or head-to-head analysis. Best when the user asks 'which is better' or 'compare these tokens.'

## Known failure modes

- Invalid or unrecognized coin IDs return an error or empty comparison
- Empty or missing ids array causes a 400 validation error
- Payment failure (insufficient USDC or wrong network) returns 402
- Rate limiting if too many IDs are submitted simultaneously
- DexScreener or CoinGecko upstream outage may cause partial data

## How this service works

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

## Output

A structured response containing a success flag and a data object with comparative analysis of the requested cryptocurrencies, including market metrics from CoinGecko and DexScreener enriched with MiMo LLM-generated insights

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "ids"
 ],
 "properties": {
  "ids": {
   "type": "array",
   "description": "ids"
  }
 }
}
```

## 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-compare-cryptocurrencies-c8f57e42/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)
