# AlphaPulse Top Signal Providers Ranking

> AlphaPulse Top Signal Providers Ranking 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 ranked lists of top-performing signal providers across MQL5, ZuluTrade, Signal Start, and Myfxbook AutoTrade, filtered by verified performance metrics.

## Facts

- Endpoint: GET https://alphapulse.theaslangroupllc.com/api/alpha/signals
- 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-top-signal-providers-ranking-a47c93d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lGDlBFj1oJOAYMn9OxOUm

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-top-signal-providers-ranking-a47c93d0
```

Example prompt: Show me the top-ranked signal providers on MQL5 and ZuluTrade right now, sorted by verified performance — I want to pick the best signals for my trading bot.

## When to prefer this

Use this endpoint when an AI trading agent needs to source or evaluate human-curated signal providers from established copy trading platforms (MQL5, ZuluTrade, Signal Start, Myfxbook) ranked by verified performance, rather than generating signals internally or looking up a single known provider by name.

## Known failure modes

- No signal providers found matching the specified filters — returns empty result set
- Invalid platform name parameter — returns 400 error
- Upstream platform data unavailable — returns 503 or stale data warning
- Payment not processed (x402) — returns 402 Payment Required before data is served
- Rate limit exceeded — returns 429 with retry guidance

## How this service works

Top signal providers on MQL5, ZuluTrade, Signal Start and Myfxbook AutoTrade — ranked by verified performance. For trading agents sourcing entry and exit signals.

## Output

A ranked list of top signal providers across MQL5, ZuluTrade, Signal Start, and Myfxbook AutoTrade, including verified performance stats, provider names, platform source, and relevant metrics to evaluate entry and exit signal quality.

## 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 | ru | pt"
      },
      "platform": {
       "type": "string",
       "description": "MT4 | MT5 | Telegram | TradingView"
      },
      "min_weeks": {
       "type": "string"
      },
      "instrument": {
       "type": "string",
       "description": "forex | crypto | stocks | commodities"
      },
      "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": {
  "instrument": "forex",
  "top_providers": [
   {
    "name": "FX Precision",
    "platform": "MQL5",
    "broker_id": "ic_markets",
    "reported_stats": {
     "subscribers": "1200",
     "reported_return_pct": "34%"
    }
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapulse-top-signal-providers-ranking-a47c93d0/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)
