# AlphaPulse Copy — Top Copy Traders Ranked by Verified Performance

> AlphaPulse Copy — Top Copy Traders Ranked by Verified Performance is a paid API for AI agents from alphapulse-omega.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a ranked list of top copy traders across eToro, ZuluTrade, Darwinex, Bybit, OKX, and Bitget, sorted by verified public performance metrics

## Facts

- Endpoint: GET https://alphapulse-omega.vercel.app/api/alpha/copy
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapulse-copy-top-copy-traders-ranked-by-verified-performance-b2c6d308
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xqMxJJNUmqPNxHXb2w2r7

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 alphapulse-copy-top-copy-traders-ranked-by-verified-performance-b2c6d308
```

Example prompt: Show me the top copy traders right now across eToro, ZuluTrade, and Bybit, ranked by verified public performance — I want to know who's actually worth copying.

## When to prefer this

Use this endpoint when you need a multi-platform ranked view of copy traders specifically on eToro, ZuluTrade, Darwinex, Bybit, OKX, or Bitget. Prefer this over AlphaPulse signals (which covers signal providers on MQL5/Signal Start/myfxbook) or AlphaPulse managed (which covers PAMM/MAM/DARWIN accounts). Choose this when the user explicitly wants to copy trade a human trader rather than follow automated signals or invest in a managed account.

## Known failure modes

- No traders match the specified platform or filters — returns empty result set
- Platform data temporarily unavailable — returns partial results or 503
- Invalid filter parameters — returns 400 with parameter validation error
- Payment not processed — returns 402 requiring x402 payment of 0.1 USDC
- Rate limit exceeded — returns 429

## How this service works

Top copy traders on eToro, ZuluTrade, Darwinex, Bybit, OKX and Bitget — ranked by verified public performance. For trading and investing agents sourcing copy-trade strategies.

## Output

A ranked list of top copy traders from eToro, ZuluTrade, Darwinex, Bybit, OKX, and Bitget, including verified performance metrics such as returns, drawdown, win rate, and follower stats for each trader.

## 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",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | zh | ar | pt"
      },
      "region": {
       "type": "string",
       "description": "global | EU | US | APAC"
      },
      "platform": {
       "type": "string",
       "description": "eToro | ZuluTrade | Darwinex | Bybit | OKX | Bitget"
      },
      "instrument": {
       "type": "string",
       "description": "forex | stocks | crypto | indices"
      },
      "min_copiers": {
       "type": "string"
      },
      "max_drawdown": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "top_traders": [
   {
    "platform": "eToro",
    "broker_id": "etoro",
    "name_or_handle": "FXKing",
    "reported_stats": {
     "copiers": "8420",
     "reported_return_pct": "34.2%"
    }
   }
  ],
  "platform_comparison": [
   {
    "best_for": "beginners",
    "platform": "eToro",
    "broker_id": "etoro"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapulse-copy-top-copy-traders-ranked-by-verified-performance-b2c6d308/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alphapulse-omega.vercel.app](https://www.zero.xyz/host/alphapulse-omega.vercel.app/llms.txt)
