# Money Agent RU Crypto Prices API

> Money Agent RU Crypto Prices API is a paid API for AI agents from mi-desktop.rainbow-dab.ts.net:10000, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-19).

Returns real-time USD prices and 24-hour percentage changes for up to 100 cryptocurrencies, paid per-request with USDC on Base via x402.

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/crypto/prices
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-agent-ru-crypto-prices-api-ecf6d7d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NeUWts8vOlC3rtWDC_c0h

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 money-agent-ru-crypto-prices-api-ecf6d7d4
```

Example prompt: Can you grab me the current USD prices and 24-hour change percentages for the top 100 cryptocurrencies right now? Pay for it with USDC on Base.

## When to prefer this

Choose this endpoint when you need no-registration, pay-as-you-go access to real-time top-100 crypto prices using USDC micropayments on Base via x402 — ideal for AI agents that lack traditional API key management or need cost-per-query billing without subscription overhead.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or missing x402 payment header — request rejected before data is returned
- Rate limiting or upstream data provider outage — may return 503 or empty response
- Malformed request parameters — may return 400 Bad Request
- Network connectivity issues with the ts.net host — possible timeout or connection refused

## How this service works

Pay-per-request data endpoints for AI agents: crypto prices, Bybit funding APY, verified testnet airdrop landscape, DeFi stablecoin yields, GitHub trending, agent-economy market pulse, and an EVM tx preflight (gas + USD cost + ERC-20 metadata). Pay with USDC on Base via x402 - no API keys, no registration.

## Output

A JSON object containing a list of up to 100 coins, each with an id (e.g. 'bitcoin'), symbol (e.g. 'BTC'), current USD price, and 24-hour percentage change. Also includes a total count of coins returned.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coins": [
   {
    "id": "bitcoin",
    "symbol": "BTC",
    "price_usd": 64736,
    "change_24h_pct": -0.04
   }
  ],
  "count": 100
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-agent-ru-crypto-prices-api-ecf6d7d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mi-desktop.rainbow-dab.ts.net:10000](https://www.zero.xyz/host/mi-desktop.rainbow-dab.ts.net%3A10000/llms.txt)
