# 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).

Retrieves content stored at a specific IPFS CID via the Grapevine x402 paid gateway for 0.01 USDC per request

## Facts

- Endpoint: POST https://gateway.grapevine.fyi/x402/cid/bafkreichzs5w3zccsyjprccqtmys773yjle7zhxzvrxenm2sgphuf6laxy
- 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-9022c08b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ru0yF9FlMYtiVI-TIgnBJ

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

Example prompt: Can you fetch the content stored at IPFS CID bafkreichzs5w3zccsyjprccqtmys773yjle7zhxzvrxenm2sgphud6laxy from the Grapevine gateway? I'm happy to pay the 0.01 USDC fee.

## When to prefer this

Use this endpoint when you need to retrieve a specific file or content item stored on IPFS and identified by the CID bafkreichzs5w3zccsyjprccqtmys773yjle7zhxzvrxenm2sgphuf6laxy, and you are willing to pay a micropayment of 0.01 USDC on Base via the x402 protocol. Prefer this over public IPFS gateways when availability and reliability are needed, or when the content is only accessible via this paid gateway.

## Known failure modes

- Missing or invalid x-payment header returns 402 with payment instructions and accepted asset details
- CID not found or not indexed by gateway returns 404
- Insufficient payment amount (must be exactly 10000 units = 0.01 USDC) returns payment error
- Network issues on Base blockchain delay payment verification
- Content exceeds timeout of 60 seconds for retrieval

## How this service works

0.01 USDC on base

## Output

Returns the raw content bytes stored at the specified IPFS CID, served over HTTP with the content's original MIME type (application/octet-stream or as stored). Requires a valid x-payment header with 0.01 USDC on Base network; without payment, returns a 402 Payment Required response with payment details.

## More

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