F
$0.01
per call · USD Coin on Base
Unified Bitcoin transaction analysis: fee verdict, mempool state, RBF bump plan, and Core v31 template check.
Endpoint
POST https://api.nativebtc.org/v1/bitcoin/insight1
Calls / 30d
1
Unique payers / 30d
Aug 12
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.nativebtc.org/v1/bitcoin/insight", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"action": "analyze",
"targetBlocks": 6,
"txid": "81c97a6c5b98a1019095de132727cda868694fb5d92534ebb07e475619e38325"
}),
});
const data = await res.json();cURL
curl -X POST \
"https://api.nativebtc.org/v1/bitcoin/insight" \
-H "Content-Type: application/json" \
-d '{"action":"analyze","targetBlocks":6,"txid":"81c97a6c5b98a1019095de132727cda868694fb5d92534ebb07e475619e38325"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"bump": {
"additionalFeeSats": 110,
"available": true,
"method": "rbf_signed_replacement",
"signsOrCustodiesFunds": false
},
"success": true,
"summary": "Effective fee rate 2 sat/vB is at or above the 1 sat/vB target.",
"templateCheck": {
"inBaselineTemplate": false,
"inOptimizedTemplate": false,
"mode": "live_cached",
"source": "core_v31_optimizer_cache"
},
"verdict": "healthy_for_target"
}Payment details
Pay to
0x0300e73759b357ceee5a248d1801ecb8abf7a1d4Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Arbitrum, Polygon, World Chain
Schemesexact
Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from FastPath Bitcoin API & similar services
F
FastPath Bitcoin API · Mempool Stream Ticket
api.nativebtc.org
Pay once to receive a short-lived WebSocket ticket for the live Bitcoin mempool stream.
GETBaseOnchain Data
$0.005 / call13 calls / 30d
C
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
POSTBaseOnchain Data
$0.01 / call39k calls / 30d
C
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.
POSTBaseOnchain Data
$0.002 / call17k calls / 30d