Satoshi API Bitcoin Transaction Explainer is a paid API for AI agents from cdp.bitcoinsapi.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).
Returns a human-readable AI-generated explanation of a Bitcoin transaction, including fee rate, virtual size, confirmation likelihood, and flow context for a given txid.
Satoshi API transaction explainer: human-readable txid fee, confirmation, and flow context for AI agents.
A JSON object containing the txid, the provider name (e.g. 'azure_openai'), and a plain-language explanation covering the transaction's virtual size in vB, fee rate in sat/vB compared to current typical rates, expected confirmation timing, transaction type (SegWit/Taproot/legacy), and any notable features like inscriptions. Also includes chain metadata such as node height, cache age, and timestamp.
GEThttps://cdp.bitcoinsapi.com/api/v1/ai/explain/transaction/66b3e61d2c9a5e3fb79d3a0dd291efc1864cb7cc4b09c951f6b3d8927c734b59Choose this endpoint when an AI agent or user needs a plain-language narrative explanation of a specific Bitcoin transaction — not just raw decoded data. Ideal when the goal is human comprehension: understanding fee strategy, confirmation urgency, or transaction type without parsing raw blockchain RPC output. Prefer over raw block explorer APIs when the consumer is a non-technical user, a chat interface, or an agent that needs to communicate transaction status conversationally.
{
"input": {
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"data": {
"txid": "66b3e61d2c9a5e3fb79d3a0dd291efc1864cb7cc4b09c951f6b3d8927c734b59",
"provider": "azure_openai",
"explanation": "This SegWit transaction has a virtual size of 141 vB and a high fee rate of 300 sat/vB, indicating it prioritized fast confirmation. The exact number of inputs and outputs isn't provided, but the fee rate is significantly above the current typical fee of about 4.6 sat/vB, suggesting urgency or a high-priority payment. No Taproot or inscription features are involved."
},
"meta": {
"chain": "main",
"cached": true,
"syncing": false,
"timestamp": "2026-05-29T20:51:35.626863+00:00",
"max_blocks": null,
"request_id": null,
"node_height": 951608,
"cache_age_seconds": 0
}
}| Field | Type | Description |
|---|---|---|
| datarequired | object | |
| metarequired | object |
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"