New Topics

  • Mobile app alpha

    Jevon Wright · 0 · Posted

    Over the last week we've been hard at work on our upcoming CryptFolio mobile app, targeting both Android and iOS, and we're hoping to get the app out within the next month. Using our app you'll be able to manage and view your portfolio across all of your devices with a single login – across all of your mobile, tablet, and desktop devices.

    If you would like to be a beta tester for the mobile app, please get in touch!

  • 0

    What is an account?

    Jevon Wright · 0 · Posted

    In CryptFolio, an account is one distinct collection of funds in your portfolio. Each account has their own balances, transactions, and histories.

    To help you quickly set up your new portfolio, we help you with setting up many different types of accounts:

    • Addresses, similar to bank accounts for cryptocurrencies
    • Exchanges, services where you can trade assets
    • Mining pools, services where many users "mine" for cryptocurrencies
    • External API, a third-party service to return data
    • Fixed amounts, custom or imported balances and transactions

    Each of your portfolios can have multiple accounts.

    Adding accounts

    To add a new account to your portfolio, follow

  • How does CryptFolio support accounts without transactions?

    Jevon Wright · 0 · Posted

    For each account, CryptFolio maintains up to three collections of data:

    • Balances, the most recent currency values for the account;
    • Transactions, distinct currency events that can construct the history of an account; and
    • Histories, historical snapshots of currency values over time.

    CryptFolio is designed to work with accounts that can provide both balances and transactions. When generating your portfolio charts or tax reports, we will use these two collections together to construct the chart or report data.

    Automatic wallets

    For some of our supported wallet types, the third party API cannot return transactions (such as Kiwi-Coin and NiceHash).

    In this

  • How does CryptFolio add new wallets?

    Jevon Wright · 0 · Posted

    We want to add support for as many wallet services (e.g. exchange wallets, mining pools, and other online wallets) as we can to CryptFolio, with priority on account types that are in the highest demand. In order to integrate a wallet type into CryptFolio, the requirements are: The wallet service must have an API to list the current balances for a given user. The API must be read-only, either by design or allowing a user to create an API key that is read-only; it must not be possible for an API key to perform an exchange, trade or withdrawal. The

  • How does CryptFolio add new exchanges?

    Jevon Wright · 0 · Posted

    We want to add support for as many exchanges as we can to CryptFolio, with priority on exchanges that are in the highest demand, or that trade assets not supported by other exchanges.

    In order to integrate an exchange into CryptFolio, the requirements are:

    • The exchange must have an API to fetch the last trade for an exchange pair, and its 24 hour trading volume.
    • The exchange should have an API to list all of the supported currencies and exchange pairs.
    • The exchange should have a single API to list ALL supported exchange pairs and their last trades and 24
  • How do I upload a new CSV file?

    Jevon Wright · 0 · Posted

    To upload a new CSV file to a CryptFolio account, follow these four steps:

    1. Create a new Fixed Amount account (you can also add any other type of non-automatic account)

    2. In the Configure page for that portfolio, open the account page by clicking Import transactions.

    3. Click on the Import Transactions button to upload a new file.

    4. Select the CSV file to upload, and click Upload Transactions.

    If your uploaded CSV fails to import, it may be because we haven't yet implemented support for that CSV file – please let us know so we can add it.

  • Can anyone ever access my funds?

    Jevon Wright · 0 · Posted

    Not through CryptFolio.

    Because the only data that you provide to CryptFolio are public addresses, and read-only APIs, it should not be possible for anyone to perform any trade or transaction with any of your currencies - as long as your account providers maintain their security as well.

    For more information, check out our Security Policies.

  • How does CryptFolio deal with conflicting currency codes?

    Jevon Wright · 0 · Posted

    Most currencies, whether cryptocurrency or fiat, have unique codes (e.g. "BTC", "LTC") across all wallets and exchanges.

    We enforce this uniqueness in CryptFolio; we do not permit any of our tracked currencies to share a single currency code reference.

    For exchanges that use differing internal codes (e.g. Kraken uses XXBT for Bitcoin BTC), CryptFolio maintains an internal code-to-currency mapping.

    We also enforce that all codes must be lowercase. Special characters and/or UTF-8 codes (e.g. emoji) are fine.

    In the case of a conflicting or different currency code, our policies are:

    • An existing ISO4217 fiat code has priority over any cryptocurrency
  • What methods can I use to purchase an account?

    Jevon Wright · 1 · Last reply by Leon Walker

    As at 3 February 2018, you can use the following cryptocurrencies to pay for your CryptFolio account, thanks to Coinpayments.net:

    • BTC Bitcoin
    • LTC Litecoin
    • BCH Bitcoin Cash
    • BLK BlackCoin
    • DASH Dash
    • DCR Decred
    • DGB DigiByte
    • DOGE Dogecoin
    • ETC Ethereum Classic
    • ETH Ethereum
    • EXP Expanse
    • GAME GameCredits
    • LSK Lisk
    • POT PotCoin
    • SYS SysCoin 2.1
    • VTC Vertcoin
    • WAVES Waves
    • XVG Verge

    Alternatively, you can use your credit card to pay for your CryptFolio account, thanks to Stripe. We support:

    • VISA
    • Mastercard
    • American Express
  • What are the numeric limitations of CryptFolio?

    Jevon Wright · 0 · Posted

    Other than the plan limits imposed by your current subscription level, all accounts in CryptFolio have the following limits:

    • Minimum account, address or offset balance stored (balance, transaction or history): 1e-9 per currency, up to 9 decimal places
    • Maximum account, address or offset balance stored (balance, transaction or history): 1e+9 per currency, up to 9 decimal places
    • Minimum portfolio summary stored (balance, transaction or history): 1e-9 per currency, up to 9 decimal places
    • Maximum portfolio summary stored (balance, transaction or history): 1e+9 per currency, up to 9 decimal places

    (This can mean that, in some cases, you may not get

  • What technical indicators are supported?

    Jevon Wright · 0 · Posted

    CryptFolio currently supports these technical indicators on the charts in your portfolio:

    • Simple Moving Average (SMA)
    • Exponential Moving Average (EMA)
    • Relative Strength Index (RSI)
    • Bollinger Bands

    To add a technical indicator to a chart in your portfolio, Edit the chart, and select Advanced Options to view the available indicators.

  • How are new transactions merged into existing transactions?

    Jevon Wright · 0 · Posted

    When CryptFolio updates one of your accounts or addresses automatically, through an API key or public address, we update existing transactions, and leave other transactions alone.

    If two transactions have the same reference, value, currency, and date, then we consider them to be the same - and we will update the transaction with any additional information available (e.g. fee).

    Since different public explorers for addresses often have different times for a transaction (often differing by only a couple of seconds, based on when the explorer received and processed the transaction), we consider two address transaction dates to be the same

  • How are market average rates calculated?

    Jevon Wright · 0 · Posted

    Our market average rates are calculated for each pair of currencies that has five or more active exchanges trading that pair. The average is selected as a simple mean; we do not perform any trade volume weighting.

    If an exchange pair is from a deprecated exchange, then we will only use the rates from that exchange up to its defined deprecation date.

  • What does it mean when a chart is "loading"?

    Jevon Wright · 0 · Posted

    When you initially visit your portfolio, or after you have added or removed some accounts to your portfolio, you may notice that some of your charts loading in the background. Charts loading in the background are indicated with a loading spinner at the bottom left (or bottom right).

    This loading spinner is displayed while the chart is calculating some data, or updating some accounts, asynchronously on one of our job servers. Any old data is displayed while we're crunching the new data, and your chart will refresh with the new data once the task has completed.

    How long will the

  • 3
    Under Review

    Please add exchange crex24.com and CRP coin to your service. Thanks!

    Andreas Mueller · 0 · Posted

    Name of cryptocurrency * cryply. Ticker Symbol * CRP Logo * Link to logo, at least 200x200 for best results https://cryply.download/i/00000/mys9y5cpspuv.png Website https://cryply.io/ Announcement Thread https://bitcointalk.org/index.php?topic=2634468 Which exchanges is it traded on? * https://crex24.com/exchange/CRP-BTC Please provide a URL that shows the total supply of coins in real time https://explorer.cryply.io/?q=coinsupply How many coins are held by the creators, developers, or are reserved for other purposes? Provide block explorer links and addresses if available. Required for market cap ranking 0 Twitter Account https://twitter.com/freecryply Reddit Account https://www.reddit.com/r/FreeCryply Chat Page http://t.me/freecryplyen Source code repository https://github.com/cryply/ Is it mineable? Yes Any other information that would

  • GDAX/Coinbase Pro support

    Jevon Wright · 0 · Posted

    Today we have added support for GDAX/Coinbase Pro accounts, allowing you to track your GDAX balances and transactions in CryptFolio.

    A huge thanks to Michael L for helping us put together this integration!

  • How do I add my GDAX/Coinbase Pro account?

    Jevon Wright · 1 · Last reply by Leon Walker

    To add your GDAX/Coinbase Pro account to CryptFolio, follow these steps: Creating a GDAX/Coinbase Pro API Key 1. Log into your GDAX account, and visit your Profile Information page. 2. Select the API Settings tab. 3. Select the button to create a New API Key. 4. In the dialog that opens, make sure that you only have the View permission set. You must not enable the Transfer or Trade permissions. You will also need to select a passphrase (you should use a completely random and independent string). Finally, select Create API Key to create the new key. 5. You will

  • Export FIFO reports to CSV

    Jevon Wright · 0 · Posted

    Today we have released an update allowing you to download each component of your FIFO reports – purchases, sales, unrealised gains, and the rates used in the report – as separate CSV files.

    For more information about how to use your FIFO reports for cryptocurrency inventory and tax reporting, check out our FIFO help article.

  • Binance API keys reset

    Jevon Wright · 0 · Posted

    If you are using CryptFolio to track your Binance accounts, please note that on 4 July 2018, Binance deleted ALL existing API keys with seemingly no warning. You will need to login to your Binance account and create new API keys in order for your balances to be tracked by CryptFolio.

    If your Binance account is currently failing with the Invalid API-key, IP, or permissions for action. error message, this may be the reason why.

  • Namecoin support

    Jevon Wright · 0 · Posted

    We now support downloading the balances and transactions for Namecoin addresses, thanks to the wonderful Namecha.in explorer.

    Thanks to Knarf180 for the suggestion!