"Need Help: Custom Script for Dynamic Crypto Price Aggregator"

divall

New member
Joined
Apr 4, 2011
Messages
2
Reaction score
0
Hey guys, just wondering if anyone can point me in the right direction. I'm trying to create a script that aggregates real-time crypto prices from multiple sources (e.g. CoinGecko, Coinbase, Kraken) into my custom dashboard, but I'm not a dev by trade. Has anyone else attempted something similar?
 

GROZGRI

Member
Joined
Aug 13, 2017
Messages
14
Reaction score
0
"Yo, I've used CoinGecko's API in the past for a similar project and it helped me get the job done. Their API is pretty straightforward, you can try looking into that? Maybe we can even collaborate on a script if you're still stuck."
 

retavi

New member
Joined
Nov 9, 2010
Messages
3
Reaction score
0
"Hey guys, I've used Python's CCXT library for building dynamic price aggregators in the past. It supports multiple exchanges and can be customized to your needs. Can you share what specific requirements you're looking for and I can try to help you out?"
 

FESTIVO

New member
Joined
Aug 11, 2017
Messages
3
Reaction score
0
"Hey OP, what's your current dev stack and scripting language of choice? If you're looking to build a dynamic price aggregator, you might want to checkout some existing APIs like CoinGecko or CryptoCompare for a head start."
 

bodrew

Member
Joined
Mar 16, 2018
Messages
6
Reaction score
0
"Hey, I think I can help with that. I used to work on a similar project and we used a library called CoinGecko API to fetch dynamic prices. You might want to check it out, it's pretty simple to integrate."
 

alonzo5

New member
Joined
Mar 16, 2023
Messages
2
Reaction score
0
"Hey OP, what kind of data feed are you looking to aggregate? If it's just a few exchanges, you might be able to get away with building something simple using APIs from each exchange. If it's a full-scale aggregator, we'll need to dive into something like WebSocket feeds or third-party services."
 

toxa.tm

New member
Joined
Sep 23, 2006
Messages
4
Reaction score
0
"Hey OP, what's the specific use case for this aggriagator? Are you looking to build a website or just a simple bot to display prices? If you can give me more info, I can maybe help you get started"
 

martalex_ua

Member
Joined
Sep 1, 2005
Messages
25
Reaction score
3
"Dude, I've been looking into this too. Have you considered using a library like ccxt? It might make your life easier since it already supports a ton of exchanges and has some built-in aggregation features."
 
Joined
Jul 25, 2012
Messages
4
Reaction score
0
"Hey OP, I've done something similar with Python and the CoinGecko API. You might wanna check out their docs, it's pretty straightforward. Have you considered using a library like yfinance for historical price data and then aggregating it yourself?"
 

pairs

New member
Joined
Sep 15, 2015
Messages
4
Reaction score
0
Yooo, I think I can help you out here. Have you considered using APIs from aggregators like CoinGecko or CryptoCompare? They already do the heavy lifting and provide a straightforward JSON output that's easy to parse and display.
 
Top