{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-engrave-protocol-ai-api-v1-utxo-script-types",
  "title": "Engrave Protocol \u00b7 Bitcoin UTXO script type detection",
  "url": "https://api.engrave-protocol.ai/api/v1/utxo/script-types",
  "category": "finance",
  "summary": "Retrieve and classify Bitcoin UTXOs by script type for any address. Returns detailed UTXO data including script classification, values, and input sizes.",
  "seo": {
    "title": "Bitcoin UTXO Analysis API | x402 | Engrave Protocol",
    "description": "Analyze Bitcoin UTXOs with script type detection via x402. $0.01 per call. Returns UTXO list with script classification, values, and input sizes for any Bitcoin address."
  },
  "use_cases": [
    "Analyze Bitcoin address holdings by script type for security auditing",
    "Calculate precise transaction fees based on input sizes",
    "Identify legacy vs SegWit vs Taproot UTXO distributions",
    "Build Bitcoin portfolio analytics with script-type breakdowns"
  ],
  "ideal_buyer": "Bitcoin wallet developers, security auditors, and analytics platforms needing detailed UTXO classification and input size analysis.",
  "example_prompt": "Get all UTXOs for address bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh with script type classification and total value.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "2bwTtMvLVvCtLZiNfjWjPJ8GYNjnU2evQyonCSHmPP2T",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Get UTXOs with script type detection",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "address": {
              "type": "string",
              "required": true,
              "description": "Bitcoin address (legacy, segwit, or taproot)"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "count": {
              "type": "number"
            },
            "utxos": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "txid": {
                    "type": "string"
                  },
                  "vout": {
                    "type": "number"
                  },
                  "value": {
                    "type": "number"
                  },
                  "inputSize": {
                    "type": "number"
                  },
                  "scriptType": {
                    "type": "string"
                  }
                }
              }
            },
            "totalValue": {
              "type": "number"
            },
            "totalInputSize": {
              "type": "number"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-engrave-protocol-ai",
    "host": "api.engrave-protocol.ai",
    "url": "https://api.engrave-protocol.ai",
    "favicon": "https://engrave-protocol.ai/favicon-32x32.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-engrave-protocol-ai-api-v1-utxo-script-types",
    "url": "https://x402all.com/resource/api-engrave-protocol-ai-api-v1-utxo-script-types",
    "name": "Engrave Protocol \u00b7 Bitcoin UTXO script type detection",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-engrave-protocol-ai-api-v1-utxo-script-types",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://api.engrave-protocol.ai/api/v1/utxo/script-types",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-engrave-protocol-ai",
      "url": "https://api.engrave-protocol.ai",
      "name": "api.engrave-protocol.ai",
      "@type": "Organization"
    },
    "identifier": "api-engrave-protocol-ai-api-v1-utxo-script-types",
    "description": "Analyze Bitcoin UTXOs with script type detection via x402. $0.01 per call. Returns UTXO list with script classification, values, and input sizes for any Bitcoin address.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-engrave-protocol-ai-api-v1-utxo-script-types",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-engrave-protocol-ai-api-v1-utxo-script-types"
}
