Skip to content

feat(ecosystem): add Satoshi API — Bitcoin data with x402 micropayments#1739

Closed
Bortlesboat wants to merge 2 commits intox402-foundation:mainfrom
Bortlesboat:ecosystem/satoshi-api-v2
Closed

feat(ecosystem): add Satoshi API — Bitcoin data with x402 micropayments#1739
Bortlesboat wants to merge 2 commits intox402-foundation:mainfrom
Bortlesboat:ecosystem/satoshi-api-v2

Conversation

@Bortlesboat
Copy link
Copy Markdown
Contributor

@Bortlesboat Bortlesboat commented Mar 21, 2026

Summary

Adds Satoshi API to the x402 ecosystem.

Satoshi API is a Bitcoin data API with free endpoints for blocks, transactions, mempool, fees, and network data, plus x402-paid endpoints for AI analysis, transaction broadcast, next block prediction, and fee observatory.

x402 is live in production on https://bitcoinsapi.com using Base mainnet.

x402 Integration

  • Returns 402 Payment Required with x402 payment requirements on paid endpoints
  • 5 paid endpoints priced at $0.005-$0.01 USDC on Base
  • Facilitator: x402.org/facilitator
  • Chain: eip155:8453

Verify

# Real paid endpoint — returns 402 with payment requirements
curl -i https://bitcoinsapi.com/api/v1/ai/explain-tx/test123

# Free demo — test the full x402 flow without USDC
curl https://bitcoinsapi.com/api/v1/x402-demo
curl -H 'X-PAYMENT: demo' https://bitcoinsapi.com/api/v1/x402-demo

Links

Checklist

  • metadata.json follows required format
  • Logo added to public/logos/
  • Live on Base mainnet, verifiable via curl above

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Mar 21, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 21, 2026

@Bortlesboat is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added ecosystem Additions to ecosystem site website labels Mar 21, 2026
@Bortlesboat Bortlesboat force-pushed the ecosystem/satoshi-api-v2 branch 2 times, most recently from 6ebb31d to 8259f8b Compare March 23, 2026 19:02
@Bortlesboat Bortlesboat force-pushed the ecosystem/satoshi-api-v2 branch from 8259f8b to 044d837 Compare March 28, 2026 20:23
@Bortlesboat
Copy link
Copy Markdown
Contributor Author

Superseded by #1943 with updated metadata and logo.

@Bortlesboat Bortlesboat closed this Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants