# SYNTHORA Composer

> SYNTHORA Composer is a paid API for AI agents from capture-0x952fe298.hergertsynthora.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Aggregates and synthesizes five cryptocurrency intelligence feeds into a single composite signal in one API call.

## Facts

- Endpoint: POST https://capture-0x952fe298.hergertsynthora.com/service
- 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/synthora-composer-7cd7d443
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WSjz4O-H5SWb4aOotnhU2

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 synthora-composer-7cd7d443 -d '<json body>'
```

Example prompt: Can you pull me the SYNTHORA Composer composite crypto-intel signal for Bitcoin right now — I want all five synthesized feeds combined into one result?

## When to prefer this

Choose this endpoint when you need aggregated crypto intelligence from multiple sources in a single call at very low cost ($0.01 USDC), especially as an alternative to premium crypto data suites costing $0.10–$0.45 per call. Ideal for AI agents that need frequent crypto signal polling without high per-call costs, and for new wallets that want to trial the service with 5 free calls before committing.

## Known failure modes

- Empty or malformed input string returns an error or empty result object
- Wallet has exhausted the 5 free calls and payment fails, blocking access
- Service unavailable due to upstream feed aggregation failure
- Rate limiting if too many calls are made in quick succession
- Invalid or unrecognized crypto asset in input returns empty result

## How this service works

Premium composite crypto-intel (5 keyless feeds sintetizados en 1 llamada) para agentes. Misma senal que suites premium (0.10-0.45 USDC), a 0.01. Primeras 5 llamadas GRATIS por wallet.

## Output

A JSON object containing an 'ok' status flag, the 'composer' niche identifier, a 'result' object with the synthesized composite signal from five crypto intelligence feeds, and a 'receipt' object confirming the transaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Premium composite crypto-intel (5 keyless feeds sintetizados en 1 llamada) para agentes. Misma senal que suites premium (0.10-0.45 USDC), a 0.01. Primeras 5 llamadas GRATIS por wallet."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "composer",
  "result": {},
  "receipt": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-composer-7cd7d443/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from capture-0x952fe298.hergertsynthora.com](https://www.zero.xyz/host/capture-0x952fe298.hergertsynthora.com/llms.txt)
