# Grapevine Gateway CID Content Retrieval (base-sepolia)

> Grapevine Gateway CID Content Retrieval (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 Content Identifier (CID) via a pay-per-use gateway on the base-sepolia testnet for 0.05 USDC

## Facts

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

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

Example prompt: Fetch the content stored at IPFS CID bafkreihdwc6aggyoqg2oa5mnwbppiohtc47epwsq7gwhmmln7cqoynxt6m through the Grapevine gateway on base-sepolia testnet.

## When to prefer this

Use this endpoint when you need to retrieve content addressable via a specific IPFS CID and are operating on the base-sepolia testnet environment. Prefer this over mainnet Grapevine endpoints when testing or developing, since the cost is in testnet USDC. Choose this over public IPFS gateways when the content is gated behind micropayment access control via the x402 protocol.

## Known failure modes

- Payment not accepted — insufficient USDC balance on base-sepolia
- CID not found or not pinned by this gateway — 404 response
- Network unavailable — base-sepolia testnet connectivity issues
- Invalid CID format — malformed content identifier
- Gateway timeout — IPFS retrieval takes too long

## How this service works

0.05 USDC on base-sepolia

## Output

Returns the raw content payload associated with the specified IPFS CID — could be a file, document, JSON blob, or other data originally pinned to IPFS and made accessible through this paid gateway endpoint.

## More

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