# Ethereum Logs Fetcher — organiccryptoyyc.com On-Chain Data API

> Ethereum Logs Fetcher — organiccryptoyyc.com On-Chain Data API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Fetches Ethereum event logs from the last 500 blocks via a metered x402 pay-per-call endpoint, returning log count and source metadata

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/eth/logs
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ethereum-logs-fetcher-organiccryptoyyc-com-on-chain-data-api-394afcc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1aO5dzS0JoHmgWdXuNLTG

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 ethereum-logs-fetcher-organiccryptoyyc-com-on-chain-data-api-394afcc9
```

Example prompt: Can you pull the latest Ethereum event logs from the last 500 blocks and tell me how many log entries were emitted?

## When to prefer this

Choose this endpoint when you need metered, pay-per-call access to Ethereum event logs without managing your own RPC node or API key — ideal for agents that occasionally need on-chain log snapshots and want cost-controlled access settled in USDC via x402.

## Known failure modes

- RPC node unavailability causing empty or error response
- Payment not settled in USDC resulting in 402 rejection
- Invalid or unsupported filter properties causing 400 error
- Rate limiting or quota exhaustion on Pocket Network gateway
- Ethereum node sync lag causing stale or incomplete log data

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object with the source identifier ('eth-logs'), the count of log entries found, and the number of blocks searched (typically 500), enabling downstream processing of Ethereum event data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "eth-logs",
  "logCount": 3,
  "blocksSearched": 500
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ethereum-logs-fetcher-organiccryptoyyc-com-on-chain-data-api-394afcc9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
