Pay-per-access IPFS content retrieval via x402 on Base Sepolia (0.1 USDC per request)
What it does
This endpoint serves content stored on IPFS, gated behind an x402 micropayment. The specific resource is identified by a CID (Content Identifier): bafkreie4ypoedvoijd4tvwbu6q22noku7stboykhkx5uwl742y36yjcg24. To access the content, a client must submit a valid x-payment header containing a payment proof for 0.1 USDC on the Base Sepolia testnet. The payment is made to address 0x9F137a6134B62437813E4eF88bac89f6Cb408511 using the USDC token contract at 0x036CbD53842c5426634e7929541eC2318f3dCF7e.
The gateway is operated by Grapevine (gateway.grapevine.fyi) and uses the x402 protocol version 1 with the "exact" payment scheme. The content is returned as application/octet-stream. The payment timeout is 60 seconds. No OpenAPI documentation, agents.txt, or additional docs were found on the gateway — all crawled paths returned error messages indicating invalid or missing CID parameters.
Because this runs on Base Sepolia (a testnet), the USDC involved is testnet USDC with no real monetary value. This makes the endpoint suitable for experimentation and development of x402-based payment flows rather than production content delivery.
Capabilities
Use cases
- —Testing x402 payment flows against a live testnet endpoint
- —Retrieving IPFS-hosted content behind a micropayment gate
- —Prototyping agent-to-service payment integrations on Base Sepolia
- —Demonstrating pay-per-access content delivery patterns
Fit
Best for
- —Developers experimenting with x402 protocol integrations
- —Testing micropayment-gated content retrieval on a testnet
- —Building agents that autonomously purchase digital content
Not for
- —Production content delivery (this is on a testnet)
- —Accessing content without cryptocurrency payment capability
- —Bulk or high-throughput file downloads
Quick start
curl -X GET \
https://gateway.grapevine.fyi/x402/cid/bafkreie4ypoedvoijd4tvwbu6q22noku7stboykhkx5uwl742y36yjcg24 \
-H "x-payment: <valid-x402-payment-proof>"Endpoint
Quality
Very sparse information available. No documentation, no OpenAPI spec, no examples of successful responses. The only concrete data comes from the x402 challenge object. The content behind the CID is unknown (opaque octet-stream). Testnet-only further limits practical utility.
Warnings
- —No documentation found at any crawled path — all return error messages
- —Content type is application/octet-stream with no description of what the content actually is
- —Runs on Base Sepolia testnet — USDC has no real value
- —No OpenAPI schema or response examples available
- —The specific CID content is unknown; cannot verify the endpoint delivers useful data
Citations
- —Payment requires 0.1 USDC (maxAmountRequired: 100000 with 6 decimals) on Base Sepoliahttps://gateway.grapevine.fyi/x402/cid/bafkreie4ypoedvoijd4tvwbu6q22noku7stboykhkx5uwl742y36yjcg24
- —Payment is sent to address 0x9F137a6134B62437813E4eF88bac89f6Cb408511 using USDC contract 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://gateway.grapevine.fyi/x402/cid/bafkreie4ypoedvoijd4tvwbu6q22noku7stboykhkx5uwl742y36yjcg24
- —Content is served as application/octet-stream with a 60-second payment timeouthttps://gateway.grapevine.fyi/x402/cid/bafkreie4ypoedvoijd4tvwbu6q22noku7stboykhkx5uwl742y36yjcg24
- —Gateway root and all documentation paths return error messageshttps://gateway.grapevine.fyi