# Romny Copy Trade V2 – Active Monitored Wallets

> Romny Copy Trade V2 – Active Monitored Wallets is a paid API for AI agents from api.romny.dpdns.org, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the list of actively monitored smart wallets in the copy-trade v2 pool, including each wallet's score and profit-and-loss (PnL) metrics

## Facts

- Endpoint: GET https://api.romny.dpdns.org/v1/copy-trade-v2/monitored
- 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/romny-copy-trade-v2-active-monitored-wallets-258038c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BXZbgQd5IZLur1rMwOp3V

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 romny-copy-trade-v2-active-monitored-wallets-258038c7
```

Example prompt: Pull up the current list of actively monitored wallets in the copy-trade v2 pool — I want to see their scores and PnL so I know which ones are worth following.

## When to prefer this

Use this endpoint when you need a real-time snapshot of all actively monitored wallets with their scores and PnL in the Romny copy-trade v2 system. Prefer this over the curated smart-wallet pool snapshot when you want the full live monitoring list rather than a curated subset, and over the single-wallet profile endpoint when you need a broad overview rather than a deep dive into one wallet.

## Known failure modes

- Payment not included or invalid x402 payment header — returns 402 Payment Required
- Service temporarily unavailable — returns 5xx error
- No wallets currently monitored — may return an empty list
- Rate limiting — returns 429 if called too frequently

## How this service works

Copy-trade v2 active monitored wallets with score and PnL

## Output

A list of actively monitored smart wallets in the copy-trade v2 pool, each annotated with a performance score and PnL data, enabling the caller to identify and rank wallets suitable for copy trading.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/romny-copy-trade-v2-active-monitored-wallets-258038c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.romny.dpdns.org](https://www.zero.xyz/host/api.romny.dpdns.org/llms.txt)
