SignalHarness Bitcoin UTXO Selection is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Selects optimal Bitcoin UTXOs for a transaction given a set of available unspent outputs and spending requirements
Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.
Returns a JSON object containing the UTXO selection result (selected UTXOs or strategy), any warnings about the provided inputs, the service ID, evidence scope indicating the data was caller-supplied, plus a receipt with payment details, execution metadata, latency, and a SHA-256 hash of the result for verification.
POSThttps://signalharness.ai/api/agent/services/bitcoin_utxo_selection/invokeChoose this endpoint when you need a dedicated, API-native UTXO coin selection computation without running a full Bitcoin node or wallet library locally. It is particularly useful for AI agents that need to construct Bitcoin transactions programmatically, want to minimize fees, or need an auditable, receipt-backed result for compliance. Prefer this over manual UTXO selection when handling multiple UTXOs of varying sizes where optimal subset selection is non-trivial.
| Field | Type | Description |
|---|---|---|
| bitcoin_utxo_request | string |
{
"type": "json",
"example": {
"replay": false,
"result": {
"warnings": [
"This is a calculation only and does not lock, spend, or verify UTXOs."
],
"service_id": "bitcoin_utxo_selection",
"evidence_scope": "caller_supplied_data",
"bitcoin_utxo_selection": "{\"estimated_change_sats\":\"9860\",\"estimated_fee_sats\":\"140\",\"input_total_sats\":\"20000\",\"model\":\"p2wpkh_inputs_two_outputs\",\"selected\":[{\"txid\":\"1111111111111111111111111111111111111111111111111111111111111111\",\"value_sats\":\"20000\",\"vout\":0}],\"target_sats\":\"10000\"}"
},
"status": "succeeded",
"receipt": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"usage": [],
"status": "succeeded",
"network": "eip155:8453",
"artifacts": [],
"endedAtMs": 0,
"latencyMs": 0,
"paymentId": "example-payment",
"receiptId": "example-receipt",
"requestId": "example-request",
"serviceId": "bitcoin_utxo_selection",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "10000",
"resultSha256": "0758a2ac40fa9304d52f97c1d9aabe9f2d830cf6e83ba69797dbd34d8da5ef64",
"serviceVersion": "1.0.0",
"settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"artifacts": [],
"requestId": "example-request",
"executionId": "example-execution"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"