blockscout
blockscout copied to clipboard
coinmarketcap price not update
i add env EXCHANGE_RATES_SOURCE=coin_market_cap EXCHANGE_RATES_COINMARKETCAP_API_KEY=API key
and run again explorer but still price show N/A and marketcap shop $0.00 USD
what i missing please someone help me
@qbittex you also should set COIN
, which should be searchable at CoinMarketCap. Did you set?
@qbittex you also should set
COIN
, which should be searchable at CoinMarketCap. Did you set?
you mean this export COIN=coinname yes i already set this
Add COIN
to the explorer env vars - the same where you set EXCHANGE_RATES_SOURCE
and EXCHANGE_RATES_COINMARKETCAP_API_KEY
. The value is the ticker of the coin, which equal ticker in CoinMarketCap.
Add
COIN
to the explorer env vars - the same where you setEXCHANGE_RATES_SOURCE
andEXCHANGE_RATES_COINMARKETCAP_API_KEY
. The value is the ticker of the coin, which equal ticker in CoinMarketCap.
already set export COIN=coinname
What is the value of COIN?
What is the value of COIN?
$0.0001051
No, I mean ticker value. What is the coin?
I see coin price:
COIN=RISU
EXCHANGE_RATES_SOURCE=coin_market_cap
EXCHANGE_RATES_COINMARKETCAP_API_KEY=...
Probably, provided CoinMarketCap api key is not valid.
I see coin price:
COIN=RISU EXCHANGE_RATES_SOURCE=coin_market_cap EXCHANGE_RATES_COINMARKETCAP_API_KEY=...
Probably, provided CoinMarketCap api key is not valid.
where you see i have show
I just run Blockscout locally with env variables, I've posted above. How did you run Blockscout?
I just run Blockscout locally with env variables, I've posted above. How did you run Blockscout?
i run on server
can you give me api which you use for testing and its show you price
I provided ENV vars above, which I set for my local deployment. I follow https://docs.blockscout.com/for-developers/manual-deployment. Is your deployment different?
I provided ENV vars above, which I set for my local deployment. I follow https://docs.blockscout.com/for-developers/manual-deployment. Is your deployment different?
you use coinmarketcap basic API or pro?
I just run Blockscout locally with env variables, I've posted above. How did you run Blockscout?
which command you run blockscout locally can you please tell me
Exactly as in the guide:
- Return to the root directory and start the Phoenix Server. mix phx.server
@qbittex I didn't get from you how did you run Blockscout, but if you're using Docker-compose you need also set DISABLE_EXCHANGE_RATES=false
. By default price feed is disabled.
I am closing this. Let us know if you still experience the issue.