Xverse Developer Documentation
Build with the world's leading Bitcoin self-custodial platform
Build on Bitcoin with Xverse
What are you building?
Xverse API - The Data Layer for Bitcoin Apps
GET /v2/bitcoin/address/{address}/utxo HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
Sats Connect - The Wallet SDK for Bitcoin Apps
import {
request,
BitcoinNetworkType,
RpcErrorCode,
} from "sats-connect";
try {
const response = await request('signPsbt', {
psbt: psbtBase64,
signInputs: {
"1ef9...Jn1r": [0],
"bc1p...ra4w": [1,2],
},
});
Xverse Agentic Wallet - The Agent Economy on Bitcoin Rails
xverse [my-agent.com] mainnet:0> --agent my-agent.com bitcoin balance
BTC Balance:
+------------------+-----------+-------------+
| Address Type | Confirmed | Unconfirmed |
+------------------+-----------+-------------+
| Native Segwit | 0.1823 | 0.0000 |
| Taproot | 0.0412 | 0.0050 |
+------------------+-----------+-------------+
| Total | 0.2235 | 0.0050 |
+------------------+-----------+-------------+
Not sure where to start?
I want to…
Use this