# CollabraChain Polymarket Whale Analytics

> CollabraChain Polymarket Whale Analytics is a paid API for AI agents from agent.collabrachain.fun, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns comprehensive behavioral and profitability analysis for a specific Polymarket wallet address, including trading style, holding patterns, and categorized labels like Diamond Hand or Sniper.

## Facts

- Endpoint: POST https://agent.collabrachain.fun/api/polymarket/intel/whales/analytics
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-collabrachain-fun-e8c1e91c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vd7qcKDJPpM08oC2KQ4-7

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 agent-collabrachain-fun-e8c1e91c -d '<json body>'
```

Example prompt: Can you deep-dive into the Polymarket whale profile for wallet 0xAbCd1234...5678 — I want to know their trading style, profitability tier, holding patterns, and whether they're classified as a Diamond Hand holder or a Sniper?

## When to prefer this

Use this endpoint when you need a deep, multi-dimensional behavioral profile of a single known wallet on Polymarket — particularly when you want trading style classification, profitability tiering, and categorical labels beyond just raw netflow or position data.

## Known failure modes

- Invalid or malformed wallet address returns a validation error
- Wallet address not found in Polymarket data returns empty or null profile
- Payment not included or insufficient results in x402 payment required response
- Rate limiting or upstream data unavailability may return a 503 or timeout

## How this service works

🔍 Deep-dive into a specific whale's profile! Get comprehensive analysis including trading style, profitability tier, holding patterns, and behavioral labels. Is this a Diamond Hand holder or a Sniper?

## Output

A comprehensive behavioral profile of the specified wallet on Polymarket, including their trading style classification, profitability tier, holding pattern analysis, and categorical labels such as 'Diamond Hand' or 'Sniper' indicating how they operate in prediction markets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "walletAddress"
 ],
 "properties": {
  "walletAddress": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "_x402",
  "accepts",
  "resource",
  "x402Version",
  "_paymentRequired",
  "_wwwAuthenticate"
 ],
 "properties": {
  "_x402": {
   "type": "boolean"
  },
  "accepts": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "asset",
     "extra",
     "payTo",
     "scheme",
     "network",
     "mimeType",
     "resource",
     "extensions",
     "description",
     "maxAmountRequired",
     "maxTimeoutSeconds"
    ],
    "properties": {
     "asset": {
      "type": "string"
     },
     "extra": {
      "type": "object",
      "required": [
       "feePayer"
      ],
      "properties": {
       "feePayer": {
        "type": "string"
       }
      }
     },
     "payTo": {
      "type": "string"
     },
     "scheme": {
      "type": "string"
     },
     "network": {
      "type": "string"
     },
     "mimeType": {
      "type": "string"
     },
     "resource": {
      "type": "string"
     },
     "extensions": {
      "type": "object",
      "required": [
       "bazaar"
      ],
      "properties": {
       "bazaar": {
        "type": "object",
        "required": [
         "info",
         "schema"
        ],
        "properties": {
         "info": {
          "type": "object",
          "required": [
           "description"
          ],
          "properties": {
           "description": {
            "type": "string"
           }
          }
         },
         "schema": {
          "type": "object",
          "required": [
           "input",
           "output"
          ],
          "properties": {
           "input": {
            "type": "object",
            "required": [
             "type",
             "method",
             "queryParams"
            ],
            "properties": {
             "type": {
              "type": "string"
             },
             "method": {
              "type": "string"
             },
             "queryParams": {
              "type": "object"
             }
            }
           },
           "output": {
            "type": "object",
            "required": [],
            "properties": {}
           }
          }
         }
        }
       }
      }
     },
     "description": {
      "type": "string"
     },
     "maxAmountRequired": {
      "type": "string"
     },
     "maxTimeoutSeconds": {
      "type": "number"
     }
    }
   }
  },
  "resource": {
   "type": "object",
   "required": [
    "url",
    "mimeType",
    "d
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-collabrachain-fun-e8c1e91c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.collabrachain.fun](https://www.zero.xyz/host/agent.collabrachain.fun/llms.txt)
