Author

Topic: C# Bitcoin api - Create unique btc address for each order - deposit - withdraw (Read 127 times)

legendary
Activity: 2856
Merit: 7410
Crypto Swap Exchange
How about NBitcoin[1]? It's very popular Bitcoin library for C# with .NET framework and used by lots of other open source software including BTCPay and Wasabi Wallet.

[1] https://github.com/MetacoSA/NBitcoin
hero member
Activity: 765
Merit: 503
https://github.com/dgarage/NBXplorer is what you're looking for.  Its written in c# but doesn't mean your app has to of course.  You can run a full or pruned node, then run NBXplore to monitor for incoming TX on a specific xPub key.

Hope that helps.
jr. member
Activity: 47
Merit: 11
I am looking for a good api with c# support for bitcoin as payment method in my web site.

My purposes from this api is :

1. Create unique btc address for each order
2. Deposit job with CallBack url
3. Withdraw job
4. Minimum limits of requests

==============================================

Firstly i tried to use BitcoinLib library.
But i have two problems about it :
1. I do n'r want to download big size of bitcoin core in my local machine & in my server.
2. I could n't find good examples for my purposes related to BitcoinLib library.

==============================================

Secondly i find this third party api : 
BitGo
It was perfect and can handle all my jobs.
But i have one problem about it :
1. I can not run "sendcoins" event and make transactions in c# because build-sign-send jobs in this api need express environment of BitGo and my c# library can not handle it.

==============================================

Please introduce me a good api for those purposes!
Alao tell me can BitcoinLib handle those jobs.
If yes, How???
Jump to: