# AlphaPulse Copy Trader Rankings

> AlphaPulse Copy Trader Rankings is a paid API for AI agents from alphapulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://alphapulse.theaslangroupllc.com/api/alpha/copy
- 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/alphapulse-copy-trader-rankings-4afa4223
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pH7rOiHaQV-K0tyT88IMx

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-trader-rankings-4afa4223
```

Example prompt: Show me the top copy traders on eToro and Bybit ranked by verified performance — I want to find someone with strong returns and manageable drawdown to follow.

## When to prefer this

Use this endpoint when you need ranked, verified performance data specifically for copy traders on retail and crypto-native platforms (eToro, ZuluTrade, Darwinex, Bybit, OKX, Bitget). Prefer this over the signal provider endpoint when the user explicitly wants copy trading (auto-mirroring trades) rather than manual signals, and over the DeFi vault endpoint when the user wants centralized or traditional platform copy traders rather than on-chain vaults.

## Known failure modes

- Platform data unavailable — specific exchange data temporarily inaccessible
- No results for filter combination — requested platform/criteria returns empty set
- Invalid platform parameter — unrecognized exchange name returns 400 error
- Rate limit exceeded — too many requests within time window returns 429
- Payment failure — x402 micropayment not processed, returns 402

## 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 copy traders across the requested platforms (eToro, ZuluTrade, Darwinex, Bybit, OKX, Bitget) including trader profiles, verified performance stats (returns, drawdown, win rate), risk metrics, and platform source metadata.

## 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-trader-rankings-4afa4223/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alphapulse.theaslangroupllc.com](https://www.zero.xyz/host/alphapulse.theaslangroupllc.com/llms.txt)
