Cryptofolio
ccxt
Our great sponsors
Cryptofolio | ccxt | |
---|---|---|
8 | 56 | |
244 | 24,963 | |
- | 1.7% | |
7.4 | 10.0 | |
8 months ago | 4 days ago | |
JavaScript | JavaScript | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Cryptofolio
- Self hosted cryptocurrency holdings tracker / financial manager
- cryptocurrency investing dashboard
- Stock and Crypto investment tracker?
-
I made an open-source and self-hosted cryptocurrency portfolio app using React Native.
A while ago, I made a self-hosted and open-source cryptocurrency portfolio app using React Native. Since it's only my 2nd or 3rd RN project, there's a lot of improvements I want to make in the next iteration, and the code is a little all over the place as I was learning while winging it half the time. For now, you can check it out here: https://github.com/Xtrendence/Cryptofolio
-
An endpoint to fetch the historical price data of multiple coins at once.
Hi, I'm developing an app that uses the CoinGecko API, and currently, I have a feature where users can view the performance of their cryptocurrency holdings over the past year. To do so, N number of requests are made to the "/coins/{id}/market_chart/range" endpoint, where N is the number of different coins the user has in their portfolio. This works fine when there aren't that many coins, but beyond a certain amount, requests have to be made with a delay between them to avoid hitting the rate limit, and since my app makes other requests multiple times per minute, the aforementioned amount isn't that high.
-
Released V.2.1.0 of Cryptofolio, an open-source, self-hosted, cross-platform portfolio solution for tracking crypto holdings in a privacy-focused way.
Glad to hear it, if you have any suggestions or feedback, then please do provide it. I have a project board with upcoming features, so if you feel as though there's a useful feature (within the scope of the project) that could be added, then either just reply/message me here or open an issue on the GitHub repo. Thank you!
-
I'm developing an open-source self-hosted cryptocurrency portfolio with a web interface, Android app, and cross-platform desktop application.
RUN cd /tmp && git clone https://github.com/Xtrendence/Cryptofolio.git \ && mv /tmp/Cryptofolio/api /app/api && mv /tmp/Cryptofolio/website/* /app/ \ && rm -rf /tmp/Cryptofolio
-
For any fans of self-hosted applications, I'm developing an open-source self-hosted cryptocurrency portfolio with a web interface, Android app, and cross-platform desktop application.
All the information can be found in the repo: https://github.com/Xtrendence/Cryptofolio
ccxt
-
Working with CCXT Python Library
The CCXT library is a powerful Python, JS, and PHP library that can be used to pull information from all of the major crypto asset exchanges.
- Crypto Trading Bot
-
How to get CSV of all kava transactions from a given address? Neither my trust wallet nor kava.Io nor my expensive crypto tax software not too 2 kava explorers support this!!! (I have a trust wallet kava wallet.).
As dust settles over next couple weeks… let me consider. You reminded me I wrote a JavaScript (React) iOS app last year using https://github.com/ccxt/ccxt . I just checked, and they support many exchanges/crypto-APIs, but not Kava Labs!!!! Doh!
-
How to execute a trade multible times a day. Where can I find the code or how can I automate buy ans sell
I help people build these things for a living. If you were to do it yourself, the best library is probably here: https://github.com/ccxt/ccxt
Which one? CCXT is available on GitHub here https://github.com/ccxt/ccxt
-
Generating Signature for Websocket Api
I'm not sure if you already know about it, but there is a library called ccxt (https://github.com/ccxt/ccxt) that provides APIs to different exchanges, NDAX included, back then I was trying to use it, but without success, is possible that they improved it in the meantime.
-
Why Building a Trading Algorithm is More Than Just the Algorithm - 3 Things
For all the DIYBIY people out there, this is probably one of the largest pain points. You have to actively manage exchange connections while also maintaining your code and ensuring that your strategy is always updating and improving. If you know that you’re going to just be using one exchange or asset type, this is relatively easy as there are typically wrappers in various languages for each exchange. However, if you are not really sure and you plan on changing, choosing a cross-asset and cross-exchange package such as CCXT that allows you to test and deploy between multiple with ease is a game-changer. The worst case scenario you let your model run and the exchange changes their API, so offset this risk to someone else so you can focus on building a better trading algorithm.
-
Where should I learn first if I want to code my own bots?
just realise there are lots of pre-made open source packages for the exchanges. This one looks very robust: https://github.com/ccxt/ccxt So all the hard work has been done. I will warn you the learning curve is very steep and making a trading bot is in itself difficult and dangerous if there is a bug. Here's kraken's python script which is a stand alone program used to access their API, looks greek to me: https://github.com/mittagessen/kraken/blob/master/kraken/kraken.py
-
I built DCAStack.com - An Open Source DCA Bot for Crypto!
DCA Stack is primarily powered by this massive open source project called CCXT. This library lets any programmer connect and interface with over 100 exchanges in a (mostly) unified format. This makes for development of automated trading strategies less of a headache. Particularly since 100% of the battle is dealing with the million of different formats different exchanges use for their APIs and how they send data. The beautiful CCXT team did a fantastic job unifying over god knows how many endpoints to deliver this polished library.
What are some alternatives?
binance-spot-api-docs - Official Documentation for the Binance Spot APIs and Streams
pancakeswap-uniswap-sniping-bot - Pancakeswap and Uniswap sniping for beginners. DYOR and modify the code to your liking
backtrader - Python Backtesting library for trading strategies
OctoBot - Cryptocurrency trading bot using technical analysis based strategy with an advanced web interface
freqtrade - Free, open source crypto trading bot
pancakeswap-prediction-winner - 🔥 PancakeSwap is afraid of this CHROME EXTENSION (and CLI)! This bot wins almost every 5 minute BNB-USD option on PancakeSwap (and Candle Genie).
reactjs-crypto-api-dashboard - Create a cryptocurrency dashboard using ReactJS and the Coinbase API
uniswap-sushiswap-arbitrage-bot - Two bots written in JS that uses flashswaps and normal swaps to arbitrage Uniswap. Includes an automated demostration.
trading-vue-js - 💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
binance-to-google-sheets - Google Spreadsheets add-on to get data directly from Binance API without any intermediaries! :rocket:
binance-dca-bot - A bot to automatically DCA (Dollar-Cost Average) buy cryptocurrency on Binance
Alpaca-API - The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.