Satoshi API - Bitcoin Fee Landscape is a paid API for AI agents from bitcoinsapi.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns a send-or-wait recommendation with live Bitcoin fee estimates, mempool context, confidence score, and potential savings percentage
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.
A JSON object containing: a 'recommendation' field ('send' or 'wait'), current fee rates (fastestFeeSatVb, halfHourFeeSatVb, hourFeeSatVb in sat/vB), a human-readable 'reasoning' string, a 'confidence' score (0–1), a 'potentialSavingsPct' percentage, and an array of 'scenarios' with suggested actions, urgency levels, and target fee rates.
POSThttps://bitcoinsapi.com/api/v1/fees/landscapeChoose this endpoint when an agent or app needs a ready-made send-or-wait decision with human-readable reasoning rather than raw fee data alone. It is ideal for user-facing Bitcoin wallets, automated payment schedulers, or cost-optimization workflows that need an AI-interpretable recommendation plus potential savings estimate — not just a list of fee tiers.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"schema": {
"type": "object",
"required": [
"recommendation",
"currentFees"
],
"properties": {
"reasoning": {
"type": "string"
},
"scenarios": {
"type": "array"
},
"confidence": {
"type": "number"
},
"currentFees": {
"type": "object"
},
"recommendation": {
"type": "string",
"description": "Send-or-wait verdict for the current Bitcoin fee market."
},
"potentialSavingsPct": {
"type": "number"
}
}
},
"example": {
"reasoning": "Mempool pressure is elevated; waiting about 2 hours can reduce the expected fee.",
"scenarios": [
{
"action": "wait",
"urgency": "low",
"targetFeeSatVb": 12
}
],
"confidence": 0.82,
"currentFees": {
"hourFeeSatVb": 12,
"fastestFeeSatVb": 22,
"halfHourFeeSatVb": 18
},
"recommendation": "wait",
"potentialSavingsPct": 46.8
},
"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"