# Grapevine CID Content Fetch

> Grapevine 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 associated with a specific IPFS CID via the Grapevine gateway, requiring a micropayment of 0.01 USDC per request

## Facts

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

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

Example prompt: Fetch the content stored at IPFS CID bafkreidqv3tidl72maqfrnzpgo6bjjbm5agwv5auvhyqjvhsxmmvmwsjwa through the Grapevine gateway — I'm okay paying 0.01 USDC on Base to retrieve it.

## When to prefer this

Use this endpoint when you need to retrieve specific content by its IPFS CID and are willing to pay a small micropayment (0.01 USDC on Base). Prefer this over free IPFS gateways when the content is gated behind Grapevine's paid access layer, or when you need reliable delivery through a monetized Web3 gateway.

## Known failure modes

- Payment not provided or insufficient — returns HTTP 402 requiring x402 payment
- CID not found or not indexed by Grapevine gateway — returns 404
- Network error on Base chain preventing payment verification
- Invalid or malformed CID in the URL path — returns 400
- Gateway rate limiting or temporary unavailability — returns 429 or 503

## How this service works

0.01 USDC on base

## Output

The content payload associated with the specified IPFS CID, returned after successful micropayment of 0.01 USDC on the Base network.

## More

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