# SYNTHORA Composer

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

Aggregates six cryptocurrency intelligence feeds into a single composite signal call for AI agents at a fraction of premium suite pricing.

## Facts

- Endpoint: POST https://capture-trendingaltcoi.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-fba4f95e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GT9gRnHgt53sWz7oqYamV

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-fba4f95e -d '<json body>'
```

Example prompt: Pull me a composite crypto intel signal from SYNTHORA Composer — I need the synthesized view across all six feeds for my altcoin monitoring agent.

## When to prefer this

Choose this endpoint when an AI agent needs aggregated crypto market intelligence from multiple feeds in a single low-latency call and cost efficiency is a priority. It is especially suitable when the agent would otherwise need to call multiple premium crypto data APIs individually at higher per-call costs. Best for automated agent pipelines that require frequent crypto signal polling without incurring premium suite pricing.

## Known failure modes

- Missing or malformed 'input' field returns an error response
- Payment failure if wallet has exhausted free calls and has insufficient USDC balance
- Rate limiting or throttling if calls exceed wallet quota
- Empty or null result object if underlying feeds are temporarily unavailable
- Non-200 HTTP response (402 Payment Required) if x402 payment handshake fails

## How this service works

Premium composite crypto-intel (6 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 with an 'ok' boolean, a 'niche' field set to 'composer', a 'result' object containing the composite cryptocurrency intelligence signal synthesized from six data feeds, and a 'receipt' object confirming the payment transaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Premium composite crypto-intel (6 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-fba4f95e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from capture-trendingaltcoi.hergertsynthora.com](https://www.zero.xyz/host/capture-trendingaltcoi.hergertsynthora.com/llms.txt)
