Supported External API formats
CryptFolio supports External APIs (also known as Generic APIs) that list balances.
The URL for the External API must be accessible over HTTP or HTTPS. If HTTPS, then the SSL certificate must be valid.
The reported balances need to be in one of these formats:
- A single number - the default currency for that API will be used
- A JSON file with a hash of "currency": "balance"
- A JSON file with an array of { currency, balance/value } keys
- A CSV file with headers of "balance/value" and "currency"
If you need support for another API format, please get in touch.
In the future, CryptFolio will also support external APIs that list transactions.