# Onvexia Social Network Analyzer

> Onvexia Social Network Analyzer is a paid API for AI agents from onvexia.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-19).

Analyzes on-chain social network relationships and activity for blockchain assets using Onvexia's fused analytics database

## Facts

- Endpoint: POST https://onvexia.com/v1/social/analyze-network
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-social-network-analyzer-da2f66ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yTYgU-HSodKOUWtcix_Du

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 onvexia-social-network-analyzer-da2f66ee -d '<json body>'
```

Example prompt: Use Onvexia to analyze the on-chain social network around Ethereum's staking ecosystem — I want to see the community relationships, labeled address clusters, and any influential wallet groups connected to it.

## When to prefer this

Choose this endpoint when you need to analyze the social and community graph structure around a blockchain asset specifically — mapping wallet relationships, identifying clusters, and understanding on-chain community dynamics. Prefer this over generic blockchain explorers when you need fused, labeled, multi-chain social network data backed by Onvexia's half-million analyzed documents and address labeling history going back to 2008.

## Known failure modes

- Empty data array returned if no social network data exists for the queried asset or properties
- Malformed input properties object causes 400 error or empty results
- Payment failure via x402 protocol results in 402 response and no data
- Rate limiting or quota exhaustion returns error response
- Unknown or unsupported chain/asset returns empty results

## How this service works

Thousands of assets across ten chains, half a million analysed documents, labelled addresses and supply-age history reaching back to 2008 — fused into one reading per asset. REST, SQL, GraphQL and MCP.

## Output

A JSON object with a 'data' array containing social network analysis results — including mapped wallet relationships, labeled address clusters, community metrics, and network connectivity data — plus a 'meta' object with documentation and endpoint references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "meta": {
   "docs": "https://onvexia.com/openapi.json",
   "endpoint": "/v1/social/analyze-network"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-social-network-analyzer-da2f66ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onvexia.com](https://www.zero.xyz/host/onvexia.com/llms.txt)
