Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
How can I get all transactions for a specific address using Nbitcoin?
you can't get all the transactions done on an address using just Nbitcoin. you need a block explorer for that. you can check out qbi t, blockcypher etc.
However you can get that using Nbitcoin and Nbxplorer (a simple blockchain tracker that monitors your xpub and addresses) with easy to use api's like getTransactions, getBalance etc.
var client = new QBitNinjaClient("http://api.qbit.ninja/", Network.Main); var address1 = new BitcoinPubKeyAddress("your --Address", Network.Main); var balance = await client.GetBalance(address1);
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments