# AlphaPulse Vet — Signal Provider & Copy Trader Due Diligence

> AlphaPulse Vet — Signal Provider & Copy Trader Due Diligence is a paid API for AI agents from alphapulse-omega.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Performs due diligence on a named signal provider, copy trader, EA, or managed account, returning public stats, red flags, scam signals, regulatory status, and a verdict

## Facts

- Endpoint: GET https://alphapulse-omega.vercel.app/api/alpha/vet
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapulse-vet-signal-provider-copy-trader-due-diligence-70e9f0c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o-wj9gxrLA1a6kzyfpWHR

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-vet-signal-provider-copy-trader-due-diligence-70e9f0c9
```

Example prompt: Can you vet 'FXElite Signals' for me before I subscribe — I want to see their public stats, any red flags or scam signals, whether they're regulated, and your overall verdict on whether they're trustworthy?

## When to prefer this

Use this endpoint when you need to vet a specific named trading signal provider, copy trader, EA, or managed account before committing funds — especially when you want scam detection, red flag analysis, and regulatory verification in a single call rather than just performance rankings or discovery.

## Known failure modes

- Provider name not found on any tracked platform — returns no data or empty result
- Ambiguous name matching multiple providers — may return results for wrong entity
- No regulatory data available for the named provider — regulatory check returns unknown
- Network or upstream data source unavailable — service error response
- Insufficient public data to generate a meaningful verdict — low-confidence result

## How this service works

Due diligence on any named signal provider, copy trader, EA or managed account — public stats, red flags, scam signals, regulatory check and a verdict. For investing agents.

## Output

Returns a structured due diligence report including publicly available performance statistics, identified red flags, scam signal indicators, regulatory status check, and an overall verdict on the named signal provider, copy trader, EA, or managed account.

## Example request

```json
{
 "lang": "en",
 "platform": "MQL5",
 "provider": "FXElite Signals"
}
```

## 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 | ja | ko | ru"
      },
      "platform": {
       "type": "string",
       "description": "eToro | ZuluTrade | Myfxbook | IC Markets | Pepperstone"
      },
      "provider": {
       "type": "string",
       "description": "broker or signal provider name to vet"
      }
     }
    }
   },
   "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": {
  "verdict": "proceed_with_caution",
  "platform": "MQL5",
  "provider": "FXBlue Trader Pro",
  "red_flags": [],
  "verdict_reason": "string",
  "public_data_found": {
   "track_record": "18 months",
   "verification": "myfxbook verified"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapulse-vet-signal-provider-copy-trader-due-diligence-70e9f0c9/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)
