# Oracle Swarm Vault - KOL Signals

> Oracle Swarm Vault - KOL Signals is a paid API for AI agents from x402.billionaireorder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a sentiment score and recent mentions from Key Opinion Leaders (KOLs) about a crypto asset or topic, paid via x402 USDC micropayment.

## Facts

- Endpoint: POST https://x402.billionaireorder.com/v1/kols-signal
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-swarm-vault-kol-signals-d9c81bf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8TTlgCLYalGc-tGIhCgi7

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 oracle-swarm-vault-kol-signals-d9c81bf6 -d '<json body>'
```

Example prompt: What are the latest KOL signals for ETH — check if any major crypto influencers have posted bullish or bearish mentions in the last 30 minutes and give me a sentiment score.

## When to prefer this

Use this endpoint when you need real-time or near-real-time sentiment signals from named crypto influencers (KOLs) about a specific asset, and you want a quantified score rather than raw social media scraping. Prefer this over general sentiment APIs when crypto-native influencer tracking and micropayment-based access (no API key setup) are priorities.

## Known failure modes

- No recent KOL mentions found for the requested asset, returning empty or low-confidence result
- Payment not processed via x402, resulting in 402 Payment Required response
- Invalid or unrecognized asset ticker causing no signal match
- Rate limiting or upstream social data source unavailability
- Stale data if KOL data feed has not refreshed recently

## How this service works

Pay-per-call USDC on Base for AI agents: wallet trust, honeypot rug check, web extract, KOL signals, whale alerts, 12-trait persona generator. No API key, x402 micropayments.

## Output

Returns a JSON object with a numeric sentiment score (0-100) and a string describing the most recent relevant KOL mention, including the influencer handle, sentiment direction, and time elapsed since the post (e.g. score: 88, result: '@cobie mentioned BULLISH 30m ago').

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 88,
  "result": "@cobie mentioned BULLISH 30m ago"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-swarm-vault-kol-signals-d9c81bf6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.billionaireorder.com](https://www.zero.xyz/host/x402.billionaireorder.com/llms.txt)
