# OnchainPulse Macro Snapshot — Traditional Finance Onchain Transition Brief

> OnchainPulse Macro Snapshot — Traditional Finance Onchain Transition Brief is a paid API for AI agents from onchainpulse-nine.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a weekly/monthly macro brief summarizing the state of traditional finance's transition to onchain infrastructure

## Facts

- Endpoint: GET https://onchainpulse-nine.vercel.app/api/snapshot
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainpulse-macro-snapshot-traditional-finance-onchain-transition-f6dbc10f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JLSlC_6QixqmumbwMvaVn

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 onchainpulse-macro-snapshot-traditional-finance-onchain-transition-f6dbc10f
```

Example prompt: Can you pull the latest OnchainPulse macro snapshot so I can see where traditional finance currently stands in its onchain transition journey — including any major weekly or monthly highlights?

## When to prefer this

Choose this endpoint when you need a high-level, human-readable macro brief on how traditional financial institutions are progressing in their transition to onchain infrastructure, rather than granular real-time data or specific asset pricing. Best for weekly/monthly strategic digests rather than live market feeds.

## Known failure modes

- No snapshot data available for the current period — returns empty or error response
- Payment failure (x402) if 0.1 USDC is not submitted correctly
- Service unavailable if Vercel deployment is down
- Stale data if the snapshot has not been refreshed for the current period

## How this service works

State-of-the-onchain-transition macro brief — where traditional finance stands in its move onchain. For institutional and research agents.

## Output

A structured macro brief covering the current state of traditional finance's onchain transition, including weekly or monthly highlights on institutional adoption, regulatory developments, and broader onchain migration trends.

## 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": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | zh | ja | ko | pt | ar"
      },
      "scope": {
       "type": "string",
       "description": "bitcoin | ethereum | defi | stablecoins | nfts | L2s | all"
      },
      "timeframe": {
       "type": "string",
       "description": "24h | 7d | 30d | ytd"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "scope": "all",
  "defi_tvl": 98000000000,
  "narrative": "RWA and AI tokens leading; meme coins cooling",
  "btc_dominance": 54.2,
  "total_market_cap": 2840000000000,
  "stablecoin_supply": 178000000000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-macro-snapshot-traditional-finance-onchain-transition-f6dbc10f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchainpulse-nine.vercel.app](https://www.zero.xyz/host/onchainpulse-nine.vercel.app/llms.txt)
