Satoshi API - Bitcoin Payment Health Check is a paid API for AI agents from bitcoinsapi.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Returns live Bitcoin fee recommendations, mempool health status, and cost estimates to help apps and AI agents decide when to send Bitcoin transactions.
Know when to send Bitcoin and when to wait. Satoshi API gives apps and AI agents live fee recommendations, mempool context, and cost estimates. Free, open source.
Returns a JSON object with a health status object (e.g. {status: 'ok'}), a human-readable briefing string describing current Bitcoin payment health, an agent_action object with a recommendation on whether to proceed or wait, a paid_resources object with resource count, and the price paid ($0.02 USDC).
POSThttps://bitcoinsapi.com/api/v1/x402/bitcoin-payment-healthChoose this endpoint when an AI agent or application needs a real-time, opinionated recommendation on Bitcoin transaction timing — not just raw fee data. It is especially useful when you want a pre-interpreted 'proceed or wait' signal rather than raw mempool numbers, and when you need a lightweight $0.02 per-call cost model with no subscription required.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"schema": {
"type": "object",
"required": [
"briefing",
"health",
"paid_resources"
],
"properties": {
"health": {
"type": "object"
},
"briefing": {
"type": "string"
},
"agent_action": {
"type": "object"
},
"paid_resources": {
"type": "object"
}
}
},
"example": {
"health": {
"status": "ok"
},
"briefing": "Satoshi x402 Bitcoin payment health",
"paid_resources": {
"count": 14
},
"x402_price_usd": "$0.02"
},
"mimeType": "application/json"
}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"