{
  "x402Version": 2,
  "id": 9082,
  "slug": "9082",
  "resource": "https://soren.com/v1/secret",
  "description": "A one-read dead drop for handing a credential between two agents. Use it when neither side should hold the secret first. POST it, pay once, and receive a URL that works exactly one time — the read destroys it before responding, so a lost response cannot become a second delivery. The reader pays nothing, because a recipient may hold no wallet. Max 4096 bytes. Encrypted at rest with a key returned once and never kept; blind=true stores your own ciphertext untouched.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "expires_at": "<ISO-8601 UTC>",
            "read_url": "https://soren.com/v1/secret/<token>",
            "reads_allowed": 1,
            "stored": true
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/secret",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "soren.com",
  "lastUpdated": "2026-08-26T13:10:35.597Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T13:10:35.259Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "soren.com",
    "manifest_name": "soren.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}