{
  "x402Version": 2,
  "id": 12415,
  "slug": "12415",
  "resource": "https://lab.paidapis.net/api/insured-feed/subscribe",
  "description": "Insured data feed: pay a premium for an ETH/USD price snapshot (?premiumUsdc=, ?maxDeviationPct=, ?checkDelaySeconds=). If the real price has drifted more than your insured tolerance by the checkpoint, claim a 2x refund — a real payout for genuinely stale data, not a fabricated failure.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "queryParams": {
            "checkDelaySeconds": 0,
            "maxDeviationPct": 0,
            "premiumUsdc": 0,
            "subscriberAddress": ""
          },
          "type": "http"
        },
        "output": {
          "example": {
            "actualDeviationPct": 0,
            "checkAt": "",
            "liveEthUsdPriceAtCheck": 0,
            "maxDeviationPct": 0,
            "premiumUsdc": 0,
            "snapshotEthUsdPrice": 0,
            "status": "pending-check",
            "subscribedAt": "",
            "subscriberAddress": "",
            "subscriptionId": ""
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "queryParams": {
                "properties": {
                  "checkDelaySeconds": {
                    "description": "Seconds until the checkpoint, up to 3600 (default 30).",
                    "type": "integer"
                  },
                  "maxDeviationPct": {
                    "description": "Insured tolerance in percent (default 1).",
                    "type": "number"
                  },
                  "premiumUsdc": {
                    "description": "Premium to pay, up to 5.",
                    "type": "number"
                  },
                  "subscriberAddress": {
                    "description": "Wallet address eligible for the insurance payout.",
                    "type": "string"
                  }
                },
                "required": [
                  "subscriberAddress",
                  "premiumUsdc"
                ],
                "type": "object"
              }
            }
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "actualDeviationPct": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "checkAt": {
                    "type": "string"
                  },
                  "liveEthUsdPriceAtCheck": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "maxDeviationPct": {
                    "type": "number"
                  },
                  "premiumUsdc": {
                    "type": "number"
                  },
                  "snapshotEthUsdPrice": {
                    "type": "number"
                  },
                  "status": {
                    "enum": [
                      "pending-check",
                      "held",
                      "claim-eligible",
                      "refunded"
                    ],
                    "type": "string"
                  },
                  "subscribedAt": {
                    "type": "string"
                  },
                  "subscriberAddress": {
                    "type": "string"
                  },
                  "subscriptionId": {
                    "type": "string"
                  }
                },
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "lab.paidapis.net",
  "lastUpdated": "2026-09-12T15:28:15.783Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T15:28:15.403Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "lab.paidapis.net",
    "manifest_name": "lab.paidapis.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}