# Onvexia Social Signal — Crypto Asset Social Sentiment

> Onvexia Social Signal — Crypto Asset Social Sentiment is a paid API for AI agents from onvexia.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-19).

Returns aggregated social sentiment and signal data for a specific cryptocurrency asset by ticker symbol

## Facts

- Endpoint: GET https://onvexia.com/v1/assets/%7Bsymbol%7D/social-signal
- Price: $0.001/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-signal-crypto-asset-social-sentiment-50d78b2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m0Dzv8KueGCgAp31L5-py

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-signal-crypto-asset-social-sentiment-50d78b2e
```

Example prompt: What's the current social signal score for ETH on Onvexia — is there strong community buzz or is sentiment weak right now?

## When to prefer this

Choose this endpoint when you need on-chain-aware social sentiment fused with blockchain analytics context, rather than purely off-chain social media scrapers. Onvexia is particularly useful when you want social signals correlated with labeled addresses and supply history — giving sentiment a chain-verified grounding. Prefer this over generic sentiment APIs when the asset is a lesser-known token across multiple chains that mainstream sentiment tools may not cover.

## Known failure modes

- Unknown or unsupported ticker symbol returns empty data array
- Rate limiting or payment failure returns 402 Payment Required
- Malformed symbol path parameter returns 400 Bad Request
- Asset exists on-chain but has insufficient social data coverage, returning sparse or empty results
- Network timeout if upstream social data aggregation is slow

## 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 containing social signal metrics and sentiment data for the requested asset symbol, including aggregated scores derived from half a million+ analyzed documents and social sources tracked by Onvexia across ten chains. The meta field references the full OpenAPI spec for field definitions.

## 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/assets/{symbol}/social-signal"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-social-signal-crypto-asset-social-sentiment-50d78b2e/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)
