# Grapevine Gateway CID Content Endpoint

> Grapevine Gateway CID Content Endpoint is a paid API for AI agents from gateway.grapevine.fyi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves or processes content identified by a specific IPFS CID (bafkreic6hapta3mduvh334ncwjr7i6udhadr5zicb7gmezfj7fs6eplesi) via a pay-per-call x402 gateway

## Facts

- Endpoint: POST https://gateway.grapevine.fyi/x402/cid/bafkreic6hapta3mduvh334ncwjr7i6udhadr5zicb7gmezfj7fs6eplesi
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-grapevine-fyi-f29d2698
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ST9ujnp46ZShSpYd_2fxW

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 gateway-grapevine-fyi-f29d2698 -d '<json body>'
```

Example prompt: Fetch the content stored at IPFS CID bafkreic6hapta3mduvh334ncwjr7i6udhadr5zicb7gmezfj7fs6eplesi through the Grapevine gateway — it costs 0.01 USDC on Base to unlock.

## When to prefer this

Use this endpoint when you need to retrieve a specific piece of content addressable by the IPFS CID bafkreic6hapta3mduvh334ncwjr7i6udhadr5zicb7gmezfj7fs6eplesi and are willing to pay 0.01 USDC on Base via x402. Prefer this over general IPFS gateways when content is paywalled or requires verified micropayment access through Grapevine's infrastructure.

## Known failure modes

- Payment not provided or insufficient — returns 402 Payment Required
- Invalid or unresolvable CID — returns 404 Not Found
- CID content no longer available on IPFS network — returns 404 or timeout
- Payment on wrong network (not Base) — payment rejected
- Malformed request body — returns 400 Bad Request

## How this service works

0.01 USDC on base

## Output

The content or data payload associated with the specified IPFS CID, returned after successful x402 micropayment verification on the Base network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-grapevine-fyi-f29d2698/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.grapevine.fyi](https://www.zero.xyz/host/gateway.grapevine.fyi/llms.txt)
