# memoryapi.org x402 API Activity Monitor

> memoryapi.org x402 API Activity Monitor is a paid API for AI agents from monitor.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns x402 API activity statistics including top endpoints by paid call volume, usage trend data, and unique payer counts from memoryapi.org nginx logs.

## Facts

- Endpoint: GET https://monitor.memoryapi.org/x402/monitor/activity
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monitor-memoryapi-org-42694090
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_psR-70Zf9LE2e5seth1yp

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 monitor-memoryapi-org-42694090
```

Example prompt: Pull the latest x402 API activity stats from memoryapi.org — I want to see which endpoints are getting the most paid calls, the usage trend data, and how many unique payers each one has.

## When to prefer this

Use this endpoint when you need real-time usage analytics specifically for x402-gated APIs hosted on memoryapi.org, including paid call rankings, payer diversity metrics, and trend data sourced directly from nginx logs. Prefer this over generic analytics tools when the focus is on x402 micropayment activity and endpoint monetization insights.

## Known failure modes

- No data available if nginx logs are empty or inaccessible
- Payment of $0.001 USDC required via x402 protocol — missing payment returns 402
- Stale data if log ingestion pipeline is delayed
- Rate limiting or infrastructure downtime returns 5xx error

## How this service works

x402 API activity stats — top endpoints by paid calls, trend data, and unique payer counts from memoryapi.org nginx logs.

## Output

Returns a ranked list of memoryapi.org API endpoints by paid call volume, time-series trend data for API activity, and unique payer counts per endpoint, all derived from nginx access logs.

## Example request

```json
{
 "hours": 24
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monitor-memoryapi-org-42694090/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from monitor.memoryapi.org](https://www.zero.xyz/host/monitor.memoryapi.org/llms.txt)
