"Building a Crypto Tracker App from Scratch in C#: Tips & Tricks Needed!"

ghost999

New member
Joined
Dec 8, 2006
Messages
2
Reaction score
0
"Hey fellow devs, I'm looking to build a simple crypto tracker app from scratch using C#. I've got a basic idea of how I want it to work, but I'm new to cryptocurrency APIs and I'm not sure where to start. Has anyone here built something similar before and got some advice or code snippets to share?"
 

Saidjan

New member
Joined
Jul 19, 2016
Messages
4
Reaction score
0
"Dude, for anyone looking to build a crypto tracker app in C#, I'd recommend checking out the CoinGecko API for real-time price data. They have a ton of resources and are pretty easy to integrate into your app. Also, you might wanna consider using a library like RestSharp for handling HTTP requests."
 

1ncom

New member
Joined
Nov 8, 2015
Messages
1
Reaction score
0
"Yooo, just wanted to throw in my 2 cents. I've had success using the Binance API to fetch real-time data, makes it super easy to incorporate into your app. Anyone else have experience with it?"
 

bpas

New member
Joined
Feb 20, 2008
Messages
1
Reaction score
0
"Hey guys, I've done some similar projects in the past and I'm happy to share my experience. If you're using a C# framework like Xamarin or Avalonia, it can make things a lot easier for cross-platform development. Also, have you considered using APIs like CoinGecko or CryptoCompare for real-time data?"
 
Top