Empower your AI agents with the ability to transact on the Bitcoin network. Instant, low-fee, and programmable payments designed for the machine economy.
Access instant global payments with a simple API or SDK
curl
-X POST https://api.bitblue.dev/v1/pay \
-H "Authorization: Bearer sk_live_..." \
-d '{
"to": "bc1qxy2kdygjrsqtzq2n0yrfp249p83kkfjhx0wlh",
"amount": 5000,
"currency": "SAT",
"memo": "Agent service payment"
}'
Waiting for request...
curl
-X POST https://api.bitblue.dev/insights \
-H "Content-Type: application/json" \
-d '{
"proof_id": "abcd123",
"prompt": "Generate a headline for decentralized agent payments"
}'
{
"status": "ok",
"insights": {
"headline": "AI-optimized marketing insight for: Generate a headline for decentralized agent payments",
"keywords": [
"AI",
"Bitblue",
"Lightning",
"Autonomous Agents"
],
"sentiment": "positive",
"confidence_score": 0.92
}
}
Whether you're building a Python-based AI agent or a high-performance Rust service, our SDKs make integration seamless. Type-safe, documented, and maintained by Bitcoin experts.
// Install the SDK
npm install @bitblue/sdk
// Connect to Bitblue Lightning Network
import { BitblueClient } from '@bitblue/sdk';
const client = new BitblueClient({
apiKey: process.env.BITBLUE_API_KEY
});
// Create a payment invoice
const invoice = await client.payments.create({
amount: 1000,
currency: 'SAT',
description: 'API Usage Charge'
});
console.log(invoice.paymentRequest);
# Install the SDK
pip install bitblue-sdk
# Connect to Bitblue Lightning Network
from bitblue import BitblueClient
client = BitblueClient(
api_key=os.getenv('BITBLUE_API_KEY')
)
# Create a payment invoice
invoice = client.payments.create(
amount=1000,
currency='SAT',
description='API Usage Charge'
)
print(invoice.payment_request)
// Install SDK
go get bitblue.io/sdk
import "bitblue.io/sdk"
// Connect
apiKey := os.Getenv("BITBLUE_KEY")
client := sdk.New(apiKey)
// Create invoice
inv, err := client.NewInvoice(
1000, "SAT", "Payment",
)
fmt.Println(inv.Request)
From B2B payments to IoT devices, one infrastructure powers it all
8-minute settlements vs 3-5 days traditional. Instant payments enable real-time business operations and better cash flow.
150+ countries via partner network. Smart routing across Transfi, Stablesea, Ramp, and MoonPay for optimal rates.
0.5% transaction fees vs 2-5% traditional. Save 75% on payment costs with Lightning Network infrastructure.
Built for device-to-device payments. Enable cars, toll gates, EV chargers to transact autonomously via x402 protocol.
Bitcoin Lightning today, Ethereum tomorrow. Expand to USDC, DAI, and all major stablecoins across chains.
Taproot Assets for privacy, multi-sig wallets, KYC/AML compliance built-in. Bank-grade security for your payments.
Live Lightning Network transactions powered by Bitblue