# GGWP API Hub - Contract Events

> GGWP API Hub - Contract Events is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.127856/call, status unknown (last checked 2026-09-15).

Retrieves blockchain smart contract events from the Base chain via a pay-per-call x402 micropayment API

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/contract-events
- Price: $0.127856/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-contract-events-1620aba5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jsBI6cM1eYnqnIh1KcxwM

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 ggwp-api-hub-contract-events-1620aba5 -d '<json body>'
```

Example prompt: Can you pull the recent contract events for this Base chain smart contract address — I want to see what transactions or interactions have been logged on-chain?

## When to prefer this

Choose this endpoint when you need pay-per-call, on-demand access to smart contract events on the Base chain without committing to a subscription. It is suitable for agents that need occasional blockchain event lookups billed via x402 micropayments in USDC rather than maintaining a dedicated node or indexer subscription.

## Known failure modes

- Invalid or malformed contract address returns an error or empty result
- No events found for the given block range or filters returns empty data
- Payment failure via x402 protocol on Base chain blocks the request
- Rate limiting or quota exceeded returns a payment or access error
- Vercel cold-start latency may increase response times for infrequent calls
- Malformed input object schema may return a generic API error

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing blockchain contract event data, including event logs, transaction identifiers, block information, and any associated event parameters emitted by the smart contract on the Base chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-contract-events-1620aba5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
