# crypto.forgemesh.io Signals – Multi-Asset Snapshot

> crypto.forgemesh.io Signals – Multi-Asset Snapshot is a paid API for AI agents from crypto.forgemesh.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns current signal scores for BTC, ETH, SOL, XRP, and ADA plus a ranked top_k list as a lightweight crypto market snapshot.

## Facts

- Endpoint: GET https://crypto.forgemesh.io/api/signals
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-forgemesh-io-signals-multi-asset-snapshot-8c029f80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ii2GeI3N31XP3AktSWkr6

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 crypto-forgemesh-io-signals-multi-asset-snapshot-8c029f80
```

Example prompt: Give me a quick signal snapshot across BTC, ETH, SOL, XRP, and ADA — I want to see the current scores and which ones are ranked highest before I dig deeper.

## When to prefer this

Use this endpoint when you need a fast, cheap ($0.05) multi-asset signal overview across the five major crypto symbols (BTC, ETH, SOL, XRP, ADA) before committing to deeper per-symbol analysis. Prefer it over the single-symbol alias endpoint when you want a ranked comparison across all supported assets simultaneously.

## Known failure modes

- Payment required (402) if x402 payment header is missing or invalid
- Stale data if upstream signal computation is delayed
- Empty or partial signals object if a symbol's data feed is unavailable
- Rate limiting if too many requests are made in a short window

## How this service works

Returns current signal scores for BTC, ETH, SOL, XRP, and ADA plus a ranked top_k list — use it as a lightweight crypto market snapshot before deeper analysis.

## Output

Returns a JSON object with a timestamp (ts), a signals object containing per-symbol score values for BTC, ETH, SOL, XRP, and ADA, a ranked top_k array listing symbols ordered by signal strength, and a _canonical label string.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ts": "2026-04-12T12:27:08Z",
  "top_k": [
   "ETH/USD"
  ],
  "signals": {
   "BTC/USD": 0.0001,
   "ETH/USD": 0.004
  },
  "timeframe": "1h",
  "_canonical": "/api/signals"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-forgemesh-io-signals-multi-asset-snapshot-8c029f80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crypto.forgemesh.io](https://www.zero.xyz/host/crypto.forgemesh.io/llms.txt)
