# Baby Blue Viper Markets Act — Crypto Market Intelligence Bundle

> Baby Blue Viper Markets Act — Crypto Market Intelligence Bundle is a paid API for AI agents from api.babyblueviper.com, paid per call via x402, $0.081525/call, status unknown (last checked 2026-09-14).

Returns a bundled crypto market-intelligence package including market regime, trading signals, and optional artifact review for autonomous trading agents, paid via Lightning Network.

## Facts

- Endpoint: POST https://api.babyblueviper.com/markets/act
- Price: $0.081525/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/baby-blue-viper-markets-act-crypto-market-intelligence-bundle-4e45e546
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_10PaQ3zZ68S5E2-qrj5kC

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 baby-blue-viper-markets-act-crypto-market-intelligence-bundle-4e45e546 -d '<json body>'
```

Example prompt: Pull the invinoveritas markets bundle for BTC, ETH, SOL, and XRP — include a review of this trade plan artifact (type: trade) — and don't spend more than 300 sats on the bundle.

## When to prefer this

Use this endpoint when an autonomous trading agent or bot needs a bundled market intelligence package — regime, signals, and optional trade/plan artifact review — in a single pay-per-use call. Prefer this over standalone signal APIs when you want built-in spend-cap enforcement (max_spend_sats), Lightning-native micropayment settlement, and consolidated pricing with savings vs. à la carte calls. Ideal for agents running on Hyperliquid-focused strategies needing regime context before executing trades.

## Known failure modes

- Bundle price exceeds max_spend_sats — request rejected before any work is done
- Invalid coin symbol in coins array — signal generation fails for that coin
- Artifact type enum mismatch — validation error on artifact_type field
- Insufficient Lightning balance or bearer token funding — payment failure
- Service unavailable (brief.available: false) — no signals returned
- Malformed artifact string — review gate cannot process the input

## How this service works

A neutral verdict before an irreversible action, a signed proof after, and a public track record of being right you recompute — not a score you trust. The verdict is provably committed before the outcome it's graded against: no TEE, no trusted scorer.

## Output

A JSON object containing: market regime (exposure level, risk_off flag), trading signals (venue: hyperliquid), optional artifact review result, bundle pricing breakdown (bundle_sats, savings_sats, member_sum_sats), schema version, and a facts-only disclaimer. The 'brief.available' field confirms service availability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "coins": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Coins for the signals set (default BTC/ETH/SOL/XRP)"
  },
  "context": {
   "type": "string"
  },
  "artifact": {
   "type": "string",
   "description": "Optional proposed trade/plan to pass through the review gate"
  },
  "artifact_type": {
   "enum": [
    "code_diff",
    "patch",
    "shell_command",
    "plan",
    "config_change",
    "analysis",
    "agent_output",
    "trade",
    "onchain_action",
    "general"
   ],
   "type": "string"
  },
  "max_spend_sats": {
   "type": "integer",
   "description": "Hard deterministic cap; rejected before work if bundle price exceeds it"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brief": {
   "available": true
  },
  "bundle": "markets",
  "regime": {
   "exposure": 1,
   "risk_off": false
  },
  "review": null,
  "schema": "invinoveritas.markets_act.v1",
  "pricing": {
   "bundle_sats": 240,
   "savings_sats": 80,
   "member_sum_sats": 320
  },
  "signals": {
   "venue": "hyperliquid",
   "schema": "invinoveritas.signals.v1"
  },
  "governed": false,
  "disclaimer": "Markets-intelligence bundle: facts-only, not financial advice."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/baby-blue-viper-markets-act-crypto-market-intelligence-bundle-4e45e546/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.babyblueviper.com](https://www.zero.xyz/host/api.babyblueviper.com/llms.txt)
