# AlphaPulse Signals — Top Signal Providers Ranked

> AlphaPulse Signals — Top Signal Providers Ranked 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-14, last successful call 2026-08-01).

Returns ranked list of top forex/trading signal providers across MQL5, ZuluTrade, Signal Start, and myfxbook AutoTrade, sorted by verified performance metrics

## Facts

- Endpoint: GET https://alphapulse-omega.vercel.app/api/alpha/signals
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-08-01
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapulse-signals-top-signal-providers-ranked-1d76e636
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QWwdI3lNp81QQMdHrPRyh

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-signals-top-signal-providers-ranked-1d76e636
```

Example prompt: Show me the top-ranked forex signal providers right now across MQL5, ZuluTrade, Signal Start, and myfxbook AutoTrade — I want the ones with the best verified performance and lowest drawdown.

## When to prefer this

Use this endpoint when you need a cross-platform ranked overview of the best signal providers with verified performance data, particularly across MQL5, ZuluTrade, Signal Start, and myfxbook AutoTrade. Prefer this over the 'discover' or 'vet' endpoints when you want a ready-made ranked leaderboard rather than open-ended discovery or deep due diligence on a single provider.

## Known failure modes

- Payment not processed — 402 response if x402 payment header is missing or invalid
- Rate limiting if too many calls are made in quick succession
- Empty results if no providers match the specified filter criteria
- Stale data if upstream platform APIs are temporarily unavailable

## 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 metrics such as returns, drawdown, win rate, and subscriber count for each provider.

## 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-signals-top-signal-providers-ranked-1d76e636/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)
