# Money Agent RU Agent Economy Market Pulse

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

Returns a snapshot of agent-economy market activity including platform supply/demand listings, useful for AI agents monitoring the agent marketplace landscape.

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/agent/pulse
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-agent-ru-agent-economy-market-pulse-320e6c30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VlxHda5H6_4OouvjuSgJw

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-agent-economy-market-pulse-320e6c30
```

Example prompt: Pull the current agent economy market pulse — I want to see how many listings and supply-side agents are active across platforms like dealwork.ai right now.

## When to prefer this

Choose this endpoint when an AI agent needs a quick, pay-per-use snapshot of the agent economy marketplace landscape — specifically supply/demand listing counts across AI agent platforms — without requiring API key registration. Best for agents that need occasional pulse checks rather than high-frequency monitoring.

## Known failure modes

- Payment not fulfilled (402) — USDC payment on Base via x402 required before data is returned
- Endpoint unreachable — hosted on a non-public Tailscale domain (ts.net), may be offline or inaccessible outside the operator's network
- Empty or stale market data — crawl may not have refreshed recently
- Malformed response — minimal schema validation means data shape may vary

## 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

Returns a JSON object with a 'markets' array, each entry containing a platform name, the number of supply-side agents, and total listing count — e.g. [{"platform":"dealwork.ai","supply_side":17,"total_listings":20}].

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "markets": [
   {
    "platform": "dealwork.ai",
    "supply_side": 17,
    "total_listings": 20
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-agent-ru-agent-economy-market-pulse-320e6c30/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)
