x402base-sepoliaquality 0.50

Pay-per-access IPFS content retrieval via x402 on Pinata gateway (Base Sepolia testnet)

Price
1.00 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides gated access to IPFS-pinned content hosted on Pinata's x402 test gateway. When a caller requests the resource without payment, the endpoint returns an HTTP 402 challenge specifying the payment terms. Upon submitting a valid `x-payment` header with a signed EIP-712 payment authorization, the endpoint serves the underlying content (identified by its IPFS CID `bafkreihe3eqd6gelnifzr73mxpggeucwo7dmyea6xlpkbfqwudlmkdte2y`).

The payment scheme is "exact" on the Base Sepolia testnet, accepting USDC (contract `0x036CbD53842c5426634e7929541eC2318f3dCF7e`) with a maximum amount of 1,000,000 units (1 USDC at 6 decimals). The payment is directed to address `0x941f29fddA2CB16649b70D1C28aA5933DBba6295` with a 60-second timeout window. The returned content type is `text/plain; charset=UTF-8`.

This appears to be a demonstration or test deployment of the x402 protocol on Pinata's IPFS gateway infrastructure. The Base Sepolia network is an Ethereum testnet, so no real funds are required. No additional documentation, OpenAPI spec, or landing page was found on the host — all crawled paths returned error messages indicating missing or invalid CIDs. The endpoint itself is live and correctly returns the x402 challenge.

Capabilities

x402-payment-gatingipfs-content-retrievaleip-712-paymentbase-sepolia-testnetusdc-paymentpinata-gatewaypay-per-access

Use cases

  • Paying to retrieve gated IPFS-pinned content via an agent
  • Testing x402 payment flows against a live testnet endpoint
  • Demonstrating pay-per-access content delivery over IPFS

Fit

Best for

  • Developers testing x402 protocol integrations
  • Agents that need to programmatically pay for and retrieve IPFS content
  • Experimenting with crypto-native content paywalls on testnets

Not for

  • Production content delivery requiring mainnet payments
  • Retrieving content that is not pinned behind this specific CID
  • High-throughput or bulk IPFS downloads

Quick start

curl -X GET \
  https://x402-test.mypinata.cloud/x402/cid/bafkreihe3eqd6gelnifzr73mxpggeucwo7dmyea6xlpkbfqwudlmkdte2y \
  -H 'x-payment: <signed-x402-payment-token>'

Example

Response

{
  "error": "Provide a valid x-payment header to access this content",
  "accepts": [
    {
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "extra": {
        "name": "USDC",
        "version": "2"
      },
      "payTo": "0x941f29fddA2CB16649b70D1C28aA5933DBba6295",
      "scheme": "exact",
      "network": "base-sepolia",
      "mimeType": "text/plain; charset=UTF-8",
      "resource": "https://x402-test.mypinata.cloud/x402/cid/bafkreihe3eqd6gelnifzr73mxpggeucwo7dmyea6xlpkbfqwudlmkdte2y",
      "description": "Payment for demo content access",
      "maxAmountRequired": "1000000",
      "maxTimeoutSeconds": 60
    }
  ],
  "x402Version": 1
}

Endpoint

Transporthttp
Protocolx402
Pay to0x941f29fddA2CB16649b70D1C28aA5933DBba6295
CurrencyUSDC

Quality

0.50/ 1.00

The x402 challenge is live and well-formed with clear payment parameters, but there is no documentation, no OpenAPI spec, and all crawled pages return errors. This is a testnet demo endpoint with minimal surrounding context, so many details are inferred from the challenge payload alone.

Warnings

  • Testnet only (Base Sepolia) — not suitable for production use with real funds
  • No documentation or OpenAPI spec found on the host
  • All non-CID paths on the host return error responses
  • Content behind the CID is unverified demo content

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:34:06Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access