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

ghost999

New member
Joined
Dec 8, 2006
Messages
4
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

Member
Joined
Jul 19, 2016
Messages
9
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
3
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
3
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?"
 

dvois

Member
Joined
Jan 11, 2018
Messages
5
Reaction score
0
"Hey OP, have you looked into using a library like Binance.Net for your crypto data feed? It's pretty robust and can save you a lot of time in terms of API integrations. I'm also curious, what kind of UI are you envisioning for your app?"
 

plazm74

New member
Joined
Feb 15, 2017
Messages
4
Reaction score
0
"Hey devs, I've dabbled in a similar project using XAML for the UI and APIs from CoinGecko for market data. You might also wanna consider using a reliable library like CryptoExchange.NET for real-time exchange data. Would love to see how you plan to implement data visualization"
 

jekalunatik

Member
Joined
Oct 26, 2011
Messages
5
Reaction score
0
"yo, I've had some experience with building a crypto tracker in C# and I'd be happy to help. Have you considered using a library like CoinGecko API to fetch data directly? That might save you some time when it comes to data scraping"
 

57 lena

New member
Joined
Sep 18, 2011
Messages
2
Reaction score
0
"Dude, I've been in a similar situation. For data feeds, I'd recommend using APIs like CoinGecko or CryptoCompare, they have good documentation and it's pretty straightforward to get up and running with them. Have you considered using a library like RestSharp for API calls?"
 

ulis

New member
Joined
Sep 18, 2009
Messages
3
Reaction score
0
"Yooo, I'm no expert but I've dabbled in building a simple crypto tracker app before. If you're just starting out, I'd recommend using a library like CoinGecko API to pull data and then displaying it on a simple UI. Has anyone else had success with this?"
 

ozyos

New member
Joined
Aug 16, 2013
Messages
3
Reaction score
0
"Dude, have you considered using a dedicated library like CryptoCompare or CoinGecko for data fetching? It'll save you a ton of time and headaches. Also, make sure you're handling the API limits and rate throttling properly to avoid getting blocked."
 
Top