# AlphaPulse Cross-Platform Alpha Discovery

> AlphaPulse Cross-Platform Alpha Discovery is a paid API for AI agents from alphapulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Discovers and ranks signal providers, copy traders, expert advisors, managed accounts, and DeFi vaults across platforms based on user risk, return, and budget parameters

## Facts

- Endpoint: GET https://alphapulse.theaslangroupllc.com/api/alpha/discover
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapulse-cross-platform-alpha-discovery-0b40cf87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JhItsR2Hhidwdprw0QDF1

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-cross-platform-alpha-discovery-0b40cf87
```

Example prompt: Search across all platforms and find me the best signal providers, copy traders, EAs, and DeFi vaults that fit a moderate risk tolerance, targeting at least 20% annual return, with a budget under $100/month — rank them for me.

## When to prefer this

Use this endpoint when you need a broad, cross-platform discovery sweep across all alpha categories — signal providers, copy traders, EAs, managed accounts, and DeFi vaults simultaneously — filtered to a user's specific risk, return, and budget constraints. Prefer this over sibling endpoints when you don't know which category to focus on or want a unified ranked view across all trading income types.

## Known failure modes

- Invalid or missing risk/return parameters return 400 Bad Request
- No results matching the specified criteria return an empty ranked list
- Upstream platform data unavailability may result in partial results or 503
- Budget parameter outside supported range returns validation error
- Authentication or payment failure via x402 returns 402 Payment Required

## How this service works

Cross-platform discovery of signal providers, copy traders, EAs, managed accounts and DeFi vaults — ranked to your risk, return and budget parameters. For investing agents.

## Output

A ranked list of alpha sources (signal providers, copy traders, EAs, managed accounts, DeFi vaults) matched to the specified risk, return, and budget parameters, including performance metrics, platform, and relevant scoring data for each result.

## 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"
      },
      "type": {
       "type": "string"
      },
      "region": {
       "type": "string",
       "description": "global | EU | US | APAC | MENA"
      },
      "instrument": {
       "type": "string",
       "description": "forex | crypto | stocks | futures"
      },
      "min_return": {
       "type": "string"
      },
      "max_drawdown": {
       "type": "string"
      },
      "min_track_record": {
       "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": {
  "providers": [
   {
    "name": "Alpha FX Fund",
    "type": "managed",
    "platform": "Darwinex",
    "broker_id": "darwinex",
    "reported_stats": {
     "reported_return": "28.4%",
     "reported_max_drawdown": "12.1%"
    }
   }
  ],
  "query_summary": "string"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapulse-cross-platform-alpha-discovery-0b40cf87/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)
