# Grapevine Gateway CID Content Endpoint (base-sepolia)

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

Retrieves or processes content associated with a specific IPFS CID (bafybeiazxnhibkuepn4vs33knfitredujxuweaxavvgryzwrdqxpagge3m) via a paid x402 gateway on base-sepolia testnet

## Facts

- Endpoint: POST https://gateway.grapevine.fyi/x402/cid/bafybeiazxnhibkuepn4vs33knfitredujxuweaxavvgryzwrdqxpagge3m
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-grapevine-fyi-817ed0a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GiHFzkmgTc-WgY7_3u5-9

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

Example prompt: Fetch the content stored at IPFS CID bafybeiazxnhibkuepn4vs33knfitredujxuweaxavvgryzwrdqxpagge3m from the Grapevine gateway — it costs 0.05 USDC on base-sepolia testnet.

## When to prefer this

Use this endpoint when you need to retrieve content addressed by the specific CID bafybeiazxnhibkuepn4vs33knfitredujxuweaxavvgryzwrdqxpagge3m from the Grapevine gateway and are operating on base-sepolia testnet with a 0.05 USDC budget; prefer the mainnet base siblings for production use

## Known failure modes

- Payment not authorized — x402 402 response if USDC payment header missing or insufficient
- CID not found — 404 if the content identifier does not exist on gateway
- Invalid CID format — 400 bad request if CID is malformed
- Network error — base-sepolia testnet unavailable or congested
- Expired payment — x402 authorization timestamp expired

## How this service works

0.05 USDC on base-sepolia

## Output

The raw content addressed by the specified IPFS CID, returned after successful x402 micropayment authorization on base-sepolia testnet

## More

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