mirrored listing x402 eip155:8453

Store an item for 7 days

Store an item for 7 days

Do you run fileshareforagents.online? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-18
updated

Provider

fileshareforagents.online · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0663F5d71FaC9CF99027f85Caef1E9cd3e20e031",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "hello": "agent",
          "note": "the request body is the content itself: JSON, text, or a file (any allowed type)"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "content_type": "application/json",
          "created_at": "2026-09-17T17:46:35.362Z",
          "expires_at": "2026-09-24T17:46:35.362Z",
          "has_password": false,
          "id": "itm_Dknq-kzeOK-HrU3O-HezFA",
          "links": {
            "delete": "https://fileshareforagents.online/v1/items/{id}",
            "extend": "https://fileshareforagents.online/v1/items/{id}/extend",
            "public": "https://share.fileshareforagents.online/d/{id}",
            "reads": "https://fileshareforagents.online/v1/items/{id}/reads",
            "self": "https://fileshareforagents.online/v1/items/{id}",
            "share": "https://fileshareforagents.online/v1/items/{id}/links",
            "status": "https://fileshareforagents.online/v1/items/{id}/status"
          },
          "payment": {
            "amount": "0.01",
            "currency": "USDC",
            "network": "base",
            "tx": "0x..."
          },
          "reads_remaining": 100,
          "secret": "sk_<shown once>",
          "size": 46
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": true,
              "description": "The raw content to store is the request body (JSON shown here; text, Markdown, CSV, HTML, SVG, PDF, PNG, JPEG, WebP or GIF also accepted, up to 26214400 bytes). Options are query parameters: ttl_days (1..365, default 7) and label (<= 100 chars). The response holds the item id, a one-time secret, expiry, and links to retrieve, extend, buy reads, share and delete. See /llms.txt.",
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "expires_at": {
                  "format": "date-time",
                  "type": "string"
                },
                "id": {
                  "type": "string"
                },
                "links": {
                  "type": "object"
                },
                "reads_remaining": {
                  "type": "integer"
                },
                "secret": {
                  "description": "Bearer credential for every later call on this item. Shown once.",
                  "type": "string"
                }
              },
              "required": [
                "id",
                "secret",
                "expires_at",
                "links"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://fileshareforagents.online/v1/items"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://fileshareforagents.online/v1/items");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://fileshareforagents.online/v1/items")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/11004.json, and this resource appears in /discovery/resources and /discovery/search.