{
  "x402Version": 2,
  "id": 12419,
  "slug": "12419",
  "resource": "https://lab.paidapis.net/api/escrow/create",
  "description": "Escrow-lite: payment settles immediately, like every other endpoint here — but the purchased resource is withheld until our oracle confirms your named release condition (a given tx hash confirming on-chain). Soft escrow: delayed delivery, not real fund custody.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "txHash": ""
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "createdAt": "",
            "escrowId": "",
            "releaseCondition": {},
            "status": ""
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "txHash": {
                    "description": "32-byte transaction hash that must confirm to release the resource.",
                    "type": "string"
                  }
                },
                "required": [
                  "txHash"
                ],
                "type": "object"
              }
            }
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "createdAt": {
                    "type": "string"
                  },
                  "escrowId": {
                    "type": "string"
                  },
                  "releaseCondition": {
                    "type": "object"
                  },
                  "status": {
                    "type": "string"
                  }
                },
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "lab.paidapis.net",
  "lastUpdated": "2026-09-12T15:27:55.083Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T15:27:54.858Z"
  },
  "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"
  }
}