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

CMC coin id #170

Merged
merged 1 commit into from
Jul 18, 2023
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
1 change: 1 addition & 0 deletions for-developers/information-and-settings/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ This table is horizontally scrollable, version information is located in the las
| `EXCHANGE_RATES_COINGECKO_COIN_ID` | | Explicitly set CoinGecko coin ID. | (empty) | v4.1.4+ |
| `EXCHANGE_RATES_COINGECKO_API_KEY` | | CoinGecko API key. | (empty) | v4.1.4+ |
| `EXCHANGE_RATES_COINMARKETCAP_API_KEY` | | CoinMarketCap API key. | (empty) | v4.1.4+ |
| `EXCHANGE_RATES_COINMARKETCAP_COIN_ID` | | CoinMarketCap coin id. | (empty) | master |
| `EXCHANGE_RATES_FETCH_BTC_VALUE` | | if `true` explorer application will fetch btc\_value for token exchange rates. Implemented in [#5671](https://github.com/blockscout/blockscout/pull/5671). | (empty) | v4.1.5+ |
| `EXCHANGE_RATES_COINGECKO_PLATFORM_ID` | | [CoinGecko](https://www.coingecko.com/) platform id for which token prices are fetched, see full list in [`/asset_platforms`](https://api.coingecko.com/api/v3/asset_platforms) endpoint. Implemented in [#6925](https://github.com/blockscout/blockscout/pull/6925). | ethereum | v5.1.2+ |
| `TOKEN_EXCHANGE_RATE_INTERVAL` | | Interval between batch requests of token prices. Can be decreased in order to fetch prices faster if you have pro rate limit. [Time format](env-variables.md#time-format). Implemented in [#6925](https://github.com/blockscout/blockscout/pull/6925). | 5s | v5.1.2+ |
Expand Down