{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gateway-spraay-app-api-v1-escrow-create",
  "title": "Spraay \u00b7 Conditional Escrow Creation",
  "url": "https://gateway.spraay.app/api/v1/escrow/create",
  "category": "finance",
  "summary": "Create conditional escrows with customizable milestones, expiry, and arbiter oversight.",
  "seo": {
    "title": "Conditional Escrow Creation API - x402",
    "description": "Create conditional escrows with milestones and expiry via Spraay. Pay 0.008 USDC per call on Base. Multi-condition escrow contracts."
  },
  "use_cases": [
    "Set up milestone-based payment releases",
    "Create conditional escrow for service agreements",
    "Establish expiry-based fund recovery mechanisms"
  ],
  "ideal_buyer": "Service marketplaces, freelance platforms, and DeFi users needing conditional payment escrow.",
  "example_prompt": "Create an escrow for 1000 USDC from Alice to Bob with 3 milestones and a 30-day expiry.",
  "example_request_body": {
    "token": "0x...",
    "amount": "1000000000",
    "arbiter": "0x...",
    "depositor": "0x...",
    "expiresIn": 2592000,
    "conditions": [
      {
        "milestone": 1,
        "description": "Initial delivery"
      },
      {
        "milestone": 2,
        "description": "Review complete"
      },
      {
        "milestone": 3,
        "description": "Final acceptance"
      }
    ],
    "beneficiary": "0x..."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.4,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xad62f03c7514bb8c51f1ea70c2b75c37404695c8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "8000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Create conditional escrow with milestones and expiry.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "depositor",
              "beneficiary",
              "token",
              "amount"
            ],
            "properties": {
              "token": {
                "type": "string"
              },
              "amount": {
                "type": "string"
              },
              "arbiter": {
                "type": "string"
              },
              "depositor": {
                "type": "string"
              },
              "expiresIn": {
                "type": "number"
              },
              "conditions": {
                "type": "array"
              },
              "beneficiary": {
                "type": "string"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "escrow": {
              "id": "ESC-A1B2"
            },
            "status": "created"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gateway-spraay-app",
    "host": "gateway.spraay.app",
    "url": "https://gateway.spraay.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gateway-spraay-app-api-v1-escrow-create",
    "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-escrow-create",
    "name": "Spraay \u00b7 Conditional Escrow Creation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-escrow-create",
      "@type": "Offer",
      "price": "0.008",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.008000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gateway.spraay.app/api/v1/escrow/create",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gateway-spraay-app",
      "url": "https://gateway.spraay.app",
      "name": "gateway.spraay.app",
      "@type": "Organization"
    },
    "identifier": "gateway-spraay-app-api-v1-escrow-create",
    "description": "Create conditional escrows with milestones and expiry via Spraay. Pay 0.008 USDC per call on Base. Multi-condition escrow contracts.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-escrow-create",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-escrow-create"
}
