Close Menu
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
What's Hot

Bitfinex Alpha | Market Consolidating, not Cascading

November 16, 2025

China’s October Data Dump: What Mixed Economic Signals Mean for Stimulus

November 16, 2025

Havas Reportedly Exploring a Deal with WPP

November 16, 2025
Facebook X (Twitter) Instagram
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Facebook X (Twitter) Instagram
Cointelegraphe
  • Home
  • Altcoin
  • Bitcoin
  • Crypto
  • Forex
  • Online Money
Cointelegraphe
Home»Bitcoin»json rpc – Get all UTXOs from specific wallet via RPC
json rpc – Get all UTXOs from specific wallet via RPC
Bitcoin

json rpc – Get all UTXOs from specific wallet via RPC

adminBy adminNovember 15, 2025No Comments1 Min Read
Share
Facebook Twitter LinkedIn Pinterest Email


I agree with @Pol Espinasa’s explanation above, Bitcoin Core cannot return UTXOs for an arbitrary address unless that address belongs to a wallet that Bitcoin Core has loaded.

For addresses that don’t belong to your wallet, you would typically rely on an indexer or a public data provider instead of scanning the chain yourself.

Full disclosure: I work on Tatum’s indexing infrastructure.

We maintain a UTXO index for all Bitcoin addresses, so you can query any address directly without importing it into a wallet or rescanning:

Here’s the sample request :

curl --request GET \
  --url 'https://api.tatum.io/v4/data/utxos?chain=bitcoin&address=YOUR_ADDRESS' \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_API_KEY'

And the sample response :

[
  {
    "txHash": "6cd3bcb491b562ac8931e7684f6cb373c6be9ac4cbad084ee7b1e5b51df88037",
    "index": 2,
    "value": 4.15977295,
    "valueAsString": "4.15977295",
    "address": "bc1q7cyrfmck2ffu2ud3rn5l5a8yv6f0chkp0zpemf",
    "chain": "bitcoin-mainnet"
  }
  ...
]

Here’s the link to the docs : https://docs.tatum.io/reference/getutxosbyaddressv4



Source link

json rpc specific UTXOs wallet
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
admin
  • Website

Related Posts

Bitfinex Alpha | Market Consolidating, not Cascading

November 16, 2025

Bitcoin Drops Again After Failed Recovery — $100K Support Now in Focus

November 13, 2025

BNY Sees Stablecoins, Tokenized Cash Hitting $3.6T by 2030

November 11, 2025

HOLO is available for trading!

November 10, 2025
Add A Comment
Leave A Reply Cancel Reply

Top Insights

Bitfinex Alpha | Market Consolidating, not Cascading

November 16, 2025

China’s October Data Dump: What Mixed Economic Signals Mean for Stimulus

November 16, 2025

Havas Reportedly Exploring a Deal with WPP

November 16, 2025

json rpc – Get all UTXOs from specific wallet via RPC

November 15, 2025
ads

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

About Us
About Us

At CoinTelegraphe, we are dedicated to bringing you the latest and most insightful news, analysis, and updates from the dynamic world of cryptocurrency. Our mission is to provide our readers with accurate, timely, and comprehensive information to help them navigate the complexities of the crypto market.

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Bitfinex Alpha | Market Consolidating, not Cascading

November 16, 2025

China’s October Data Dump: What Mixed Economic Signals Mean for Stimulus

November 16, 2025

Havas Reportedly Exploring a Deal with WPP

November 16, 2025
Get Informed

Subscribe to Updates

Get the latest creative news from Cointelegraphe about Crypto, bItcoin and Altcoin.

Please enable JavaScript in your browser to complete this form.
Loading
  • About us
  • Contact Us
  • Shop
  • Privacy Policy
  • Terms and Conditions
Copyright 2024 Cointelegraphe Design By Horaam Sultan.

Type above and press Enter to search. Press Esc to cancel.