# OBOL Desk Brief — Full Market Intelligence Bundle

> OBOL Desk Brief — Full Market Intelligence Bundle is a paid API for AI agents from obol-x402.fly.dev, paid per call via x402, $0.45/call, status down (last checked 2026-09-15).

Returns a single Ed25519-signed bundle covering Bitcoin market regime, broadcast-timing pulse, tip anomaly scan, multi-asset spot prices, machine action policy (ok_to_act/hold/wait/recheck), and 7-chain gas weather in one paid API call.

## Facts

- Endpoint: GET https://obol-x402.fly.dev/v1/desk
- Price: $0.45/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/obol-desk-brief-full-market-intelligence-bundle-772125fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GTmZZ7JKOTMXzVfnLkstf

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 obol-desk-brief-full-market-intelligence-bundle-772125fe
```

Example prompt: Pull the OBOL desk brief right now — I need the full bundle: Bitcoin market regime, broadcast timing, tip anomaly, multi-asset spots, machine action policy, and gas weather across all 7 chains, with the signed payload so I can verify it.

## When to prefer this

Choose this endpoint when your agent needs a comprehensive, verifiable market snapshot in a single round-trip and a single $0.45 payment, rather than making 5-7 separate calls to individual OBOL endpoints (BTC regime, gas feeds, spot prices, etc.). Ideal for autonomous trading agents, pre-trade safety checks, and audit trails requiring cryptographic proof of market conditions at decision time.

## Known failure modes

- Payment not included or rejected — 402 Payment Required with instructions to attach x402 USDC payment
- Insufficient USDC balance — payment fails before data is returned
- Upstream exchange/mempool data unavailable — partial payload or 503 error
- Signature verification fails if public key endpoint is unreachable
- Rate limiting or server overload on fly.dev infrastructure — 429 or 503

## How this service works

OBOL desk brief — the TOP bundle: Bitcoin market REGIME + broadcast-timing pulse + tip anomaly scan + multi-asset spots + machine action policy (ok_to_act/hold/wait/recheck) + 7-chain gas weather (base ethereum arbitrum optimism polygon bnb robinhood) in ONE Ed25519-signed payment. The whole desk, one settle. Free teaser: GET /v1/desk/preview. Cryptographically signed (Ed25519) — every response is independently verifiable via /.well-known/obol-pubkey.

## Output

A single Ed25519-signed JSON payload containing: Bitcoin market regime classification, broadcast-timing pulse, mempool tip anomaly scan result, spot prices for multiple crypto assets, a discrete machine action policy enum (ok_to_act / hold / wait / recheck), and gas weather data for 7 chains (Base, Ethereum, Arbitrum, Optimism, Polygon, BNB, Robinhood Chain). The signature is verifiable via the public key at /.well-known/obol-pubkey.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/obol-desk-brief-full-market-intelligence-bundle-772125fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from obol-x402.fly.dev](https://www.zero.xyz/host/obol-x402.fly.dev/llms.txt)
