Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/defillama coingecko links #27

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usage-guides/importing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ After creating the API key, you can add it to Rotki. Additionally, ensure that t

### DefiLlama

Rotki integrates with DefiLlama for DeFi data. To use it, a paid API key is required.
Rotki integrates with DefiLlama for price data. An API key is not required, but a paid API key will provide higher rate limits. You can find more information about their API [here](https://defillama.com/pro-api).

### CoinGecko

Rotki uses CoinGecko for cryptocurrency data. A paid API key is required.
Rotki uses CoinGecko for cryptocurrency data. An API key is not required, but a paid API key will provide higher rate limits. You can find more information about their API [here](https://www.coingecko.com/en/api).

## Import exchange data (CSV)

Expand Down