# Romny Copy Trade V2 - Wallet Pool Snapshot

> Romny Copy Trade V2 - Wallet Pool Snapshot 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 a curated snapshot of smart wallets in the copy-trade v2 pool for identifying wallets worth tracking or copying

## Facts

- Endpoint: GET https://api.romny.dpdns.org/v1/copy-trade-v2/wallets
- 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-wallet-pool-snapshot-b3ca5f8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wXYgoTlYgK8Qeby_s3xUA

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-wallet-pool-snapshot-b3ca5f8b
```

Example prompt: Pull the current list of curated smart wallets from the Romny copy-trade v2 pool so I can see which addresses are worth following.

## When to prefer this

Use this endpoint when you need a static, curated list of smart wallets in the Romny copy-trade v2 pool — distinct from the sibling endpoint that returns recent trades. Best suited for onboarding, watchlist setup, or auditing which wallets are currently included in the pool rather than tracking ongoing trade activity.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Endpoint temporarily unavailable — returns 5xx server error
- Empty or stale snapshot if the pool has not been recently updated
- No query parameters supported, so malformed requests may return 400

## How this service works

Copy-trade v2 curated smart-wallet pool snapshot

## Output

A snapshot of curated smart wallet addresses included in the Romny copy-trade v2 pool, likely including wallet addresses and associated metadata useful for identifying high-performing on-chain traders to follow or copy.

## 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-wallet-pool-snapshot-b3ca5f8b/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)
