{
  "x402Version": 2,
  "id": 3013,
  "slug": "3013",
  "resource": "https://entropy.rip/api/storage/relic/create",
  "description": "Create long-term storage (30-day TTL)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4293f75E69b22Ee68AfA0F464dE86E5CD80BED75",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "content": "important data"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "expires_at": "2024-02-01...",
            "id": "relic_..."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "description": "input",
            "properties": {
              "body": {
                "description": "body",
                "properties": {
                  "content": {
                    "description": "content",
                    "type": "string"
                  }
                },
                "required": [
                  "content"
                ],
                "type": "object"
              },
              "bodyType": {
                "description": "bodyType",
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "description": "method",
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "description": "type",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "description": "output",
            "properties": {
              "example": {
                "description": "example",
                "type": "object"
              },
              "type": {
                "description": "type",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "entropy.rip",
  "lastUpdated": "2026-09-12T00:21:30.98Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T00:21:30.791Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "entropy.rip",
    "manifest_name": "entropy.rip",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}