# Grapevine Gateway CID Content Fetch

> Grapevine Gateway CID Content Fetch 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).

Fetches content addressed by a specific IPFS CID through the Grapevine gateway, gated by a micropayment of 0.01 USDC on Base

## Facts

- Endpoint: POST https://gateway.grapevine.fyi/x402/cid/bafkreihpgrnnqyzuyc6qdf22s4nrnzaktput4br4dyhafws4fpdr7kw6pa
- 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-27323097
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2P9yYuIeAtZ0SMiizXJFw

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-27323097 -d '<json body>'
```

Example prompt: Retrieve the content stored at IPFS CID bafkreihpgrnnqyzuyc6qdf22s4nrnzaktput4br4dyhafws4fpdr7kw6pa through the Grapevine gateway — I'm okay paying the 0.01 USDC fee on Base.

## When to prefer this

Use this endpoint when you need to retrieve a specific piece of content-addressed data by its IPFS CID and are willing to pay a 0.01 USDC micropayment on the Base network. Prefer this over free gateways when reliability and payment-gated access control are important, or when the content is specifically hosted and served through Grapevine's infrastructure.

## Known failure modes

- Payment not authorized or insufficient USDC balance — 402 Payment Required
- CID not found or not pinned on this gateway — 404 Not Found
- Invalid CID format — 400 Bad Request
- Network congestion on Base causing payment confirmation delays
- Gateway timeout if content retrieval from IPFS nodes is slow

## How this service works

0.01 USDC on base

## Output

The raw content or file data stored at the specified IPFS CID, returned after the 0.01 USDC micropayment on Base is processed. May be text, JSON, binary, or another content type depending on what was stored at that CID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-grapevine-fyi-27323097/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)
