← Back to marketplace

BTC Node API — Bitcoin + Data + SEC + Scrape + AI + Reddit

external

Bitcoin blockchain data, address portfolio, transaction tracing, fee forecasting, whale monitoring, SEC EDGAR filings, URL scraping, AI summarization, and Reddit API via x402 micropayments on Base.

by Btcnode15 endpoints100% uptime377ms avg

Price

from $0.0030

up to $0.0100 per request

Network

base

Category

ai

On-chain txns

51

Uptime

100%

Avg latency

377ms

Checks

88

Status

Healthy

Base URL

https://btcnode.uk

Endpoints (15)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/addr/%7Baddress%7D
base$0.0050

Bitcoin address portfolio — balance, UTXOs, transaction count from a live Bitcoin Core node

POST/api/fees
base$0.0030

Bitcoin fee rate estimates from a real Bitcoin Core node — sat/vB high, medium, low priority for fast confirmation

POST/api/fees/predict
base$0.0050

Bitcoin fee forecast — current fees + next 3 block predictions + trend analysis. Unique on x402.

POST/api/info
base$0.0030

Bitcoin blockchain info from a synced full node — block height, chain tip, difficulty, peer connections, network status

POST/api/mempool
base$0.0030

Bitcoin mempool status from a live node — pending transaction count, mempool size in MB, congestion level for AI agents

POST/api/reddit/comments/%7BpostId%7D
base$0.0030

Reddit comments on any post — author, body, score, replies count. Get the full discussion thread.

POST/api/reddit/hot/%7Bsubreddit%7D
base$0.0030

Reddit hot posts from any subreddit — titles, scores, comments count, author, URL. No API key needed.

POST/api/reddit/search
base$0.0030

Search Reddit — query across all subreddits or restrict to one. Sort by relevance, new, top, hot, comments.

POST/api/reddit/trending
base$0.0030

Reddit trending — hot posts from r/popular. What Reddit is talking about right now.

POST/api/scrape
base$0.0050

Scrape any public URL to clean markdown text — Playwright headless browser, removes ads/nav/footers, returns title and word count

POST/api/sec/insider/%7Bticker%7D
base$0.0050

SEC EDGAR insider trading filings for any stock ticker — Form 4, Form 3, Form 5 with trade details and filing dates

POST/api/summarize
base$0.0100

AI text summarization via local LLM — condense long articles into short summaries, configurable max length

POST/api/trace/%7Btxid%7D
base$0.0080

Bitcoin transaction trace — walk inputs/outputs through 2 hops to follow funds. Unique chain analysis on x402.

POST/api/tx/%7Bhash%7D
base$0.0050

Bitcoin transaction lookup by txid — confirmations, block height, raw tx data from a real Bitcoin Core node

POST/api/whales
base$0.0050

Bitcoin whale transactions — last 50 mempool transactions over 100 BTC. Real-time large transfers.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://btcnode.uk \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://btcnode.uk
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://btcnode.uk", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.