# AlphaPulse Asia — Copy Trading & Signal Discovery for Asia-Pacific Markets

> AlphaPulse Asia — Copy Trading & Signal Discovery for Asia-Pacific Markets is a paid API for AI agents from alphapulse-omega.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Discovers and ranks copy traders and signals on Asia-Pacific crypto exchanges (Bybit, OKX, Bitget) with coverage of Japan, Korea, Singapore, and Southeast Asia markets

## Facts

- Endpoint: GET https://alphapulse-omega.vercel.app/api/alpha/asia
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alphapulse-asia-copy-trading-signal-discovery-for-asia-pacific-markets-1851c4de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HM81aq0FEkh_L9d0TIRGP

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-asia-copy-trading-signal-discovery-for-asia-pacific-markets-1851c4de
```

Example prompt: Show me the top-ranked copy traders on Bybit and OKX from the Asia-Pacific region — I want verified performance metrics and want to focus on traders active in the Singapore and Southeast Asia markets.

## When to prefer this

Choose this endpoint when the user specifically wants copy trading or signal discovery scoped to Asia-Pacific exchanges (Bybit, OKX, Bitget) or regional markets (Japan, Korea, Singapore, Southeast Asia). Prefer over the general AlphaPulse copy endpoint when APAC-specific coverage is required, or over AlphaPulse signals when the focus is crypto rather than forex/MQL5 platforms.

## Known failure modes

- No traders found matching the specified regional or exchange filters — returns empty list
- Exchange or region parameter not recognized — returns validation error
- Upstream exchange data unavailable — returns partial or stale results
- Rate limit exceeded — returns 429 error
- Payment not processed — returns 402 payment required

## How this service works

Copy trading and signal discovery across Asia-Pacific — Bybit, OKX, Bitget and Japan/Korea/Singapore/SEA markets, ranked by verified performance. For trading and investing agents sourcing APAC strategies.

## Output

Returns a ranked list of copy traders and signal providers active on Asia-Pacific exchanges (Bybit, OKX, Bitget), including verified performance data, regional focus (Japan, Korea, Singapore, Southeast Asia), and platform-specific metadata to help the user decide whom to follow or copy.

## Example request

```json
{
 "lang": "en",
 "category": "copy_traders",
 "us_accessible": false
}
```

## 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 | zh | ja | ko | hi | ms | th | ar"
      },
      "region": {
       "type": "string",
       "description": "JP | CN | HK | SG | IN | KR | AU | SEA"
      },
      "instrument": {
       "type": "string",
       "description": "forex | equity | crypto | commodity"
      }
     }
    }
   },
   "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": {
  "region_focus": "Japan",
  "top_providers": [
   {
    "platform": "Bybit",
    "broker_id": "bybit",
    "name_or_handle": "CryptoKing_JP",
    "reported_stats": {
     "copiers": "1200",
     "reported_return_pct": "34%"
    }
   }
  ],
  "platform_notes": [
   {
    "platform": "Bybit",
    "broker_id": "bybit",
    "regional_dominance": "Japan, Korea"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alphapulse-asia-copy-trading-signal-discovery-for-asia-pacific-markets-1851c4de/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)
