Satoshi x402 resource catalog.

A single catalog for buyer agents, wallets, bots, and marketplaces that need to choose the right paid Bitcoin fee-intelligence call.

19paid discovery resources
Price range$0.001-$0.10 per request
Base USDCx402 exact payments
Free first value/api/v1/fees/recommended
Start with /api/v1/fees/now for the cheapest proof call. Move to /api/v1/fees/landscape for send-or-wait context and /api/v1/fees/briefing for the premium decision bundle.

Pick by buyer job

JobEndpointMethodPriceUse case
First paid proof/api/v1/fees/nowGET$0.001Prove x402 payment and get current fee pressure.
Send-or-wait landscape/api/v1/fees/landscapeGET$0.005Choose whether a wallet, bot, or agent should broadcast now.
Premium fee briefing/api/v1/fees/briefingGET$0.05Bundle decision, costs, pressure, confidence, and next action.
Searchable marketplace alias/api/v1/x402/satoshi-bitcoin-fee/fees/briefingGET$0.05Use for directories that search by resource URL.
Transaction-specific decision/api/v1/briefings/send-or-waitPOST$0.05Return a broadcast-or-wait answer from transaction size and urgency.
Stuck transaction rescue/api/v1/tx/stuck/rescue-planPOST$0.05Choose wait, RBF, CPFP, or rebroadcast for an unconfirmed transaction.
Withdrawal batch planner/api/v1/briefings/withdrawal-batchPOST$0.10Compare immediate and delayed send costs for a batch.
Fee-window watch/api/v1/watch/fee-windowPOST$0.10Create a paid watch, then poll the returned free watch URL.
Fee-market research/api/v1/research/bitcoin-fee-marketPOST$0.05Give a treasury or research agent a concise fee-market thesis.
x402 payment health/api/v1/x402/bitcoin-payment-healthGET$0.02Audit paid-resource pricing and discovery health before routing spend.
Plain-language advice/api/v1/ai/fees/adviceGET$0.01Return a concise user-facing recommendation.
Next-block pressure/api/v1/mining/nextblockGET$0.01Inspect near-term block composition and fee pressure.

Exact retry examples

Cheapest paid proof

npx agentcash@latest fetch "https://bitcoinsapi.com/api/v1/fees/now" --payment-network base --max-amount 0.001

Send-or-wait context

npx agentcash@latest fetch "https://bitcoinsapi.com/api/v1/fees/landscape" --payment-network base --max-amount 0.005

Premium briefing alias

npx agentcash@latest fetch "https://bitcoinsapi.com/api/v1/x402/satoshi-bitcoin-fee/fees/briefing" --payment-network base --max-amount 0.05

Machine-readable variants

Use Markdown for agent memory and JSON for crawlers, marketplaces, and buyer routers.