# OnchainPulse Institutional Activity Monitor

> OnchainPulse Institutional Activity Monitor 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).

Delivers weekly/monthly briefs on institutional onchain activity covering tokenization, regulation, and infrastructure developments

## Facts

- Endpoint: GET https://onchainpulse-nine.vercel.app/api/monitor
- 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-institutional-activity-monitor-54e0146c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uz_CGkwx_JwmDrUE_tBS1

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-institutional-activity-monitor-54e0146c
```

Example prompt: Give me this week's institutional onchain activity brief — I want the latest on tokenization, regulatory, and infrastructure developments from OnchainPulse.

## When to prefer this

Use this endpoint when you need a curated, high-level institutional-grade summary of what is happening in the onchain space — tokenization, regulation, and infrastructure — rather than raw market data or real-time prices. Best for periodic briefings and staying current on macro institutional trends.

## Known failure modes

- No data available for the requested period — returns empty or partial brief
- Payment of 0.1 USDC not processed — returns 402 payment required
- Service temporarily unavailable — 503 error
- Rate limiting if called too frequently

## How this service works

Weekly and monthly institutional onchain-activity brief — tokenization, regulation and infrastructure developments. For institutional and research agents.

## Output

A structured weekly or monthly brief covering institutional onchain activity, including tokenization milestones, regulatory updates across jurisdictions, and blockchain infrastructure developments relevant to institutional participants.

## Example request

```json
{
 "lang": "en",
 "action": "guide",
 "asset_type": "real estate"
}
```

## 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"
      },
      "topic": {
       "type": "string",
       "description": "whale-activity | exchange-flows | stablecoin-supply | defi-tvl | nft-volume | network-health"
      },
      "period": {
       "type": "string",
       "description": "24h | 7d | 30d"
      }
     }
    }
   },
   "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": {
  "topic": "stablecoin-supply",
  "period": "7d",
  "signal": "stablecoin supply expanding — new capital entering on-chain",
  "key_developments": [
   "..."
  ],
  "live_onchain_metrics": {
   "defi_tvl_b": 138.2,
   "stablecoin_note": "USDT: $190B (expanded $2.1B in 7d, +1.1%)",
   "stablecoin_mcap_b": 312.5
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-institutional-activity-monitor-54e0146c/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)
