stakeconomy / solanamonitoring

GNU General Public License v3.0
212 stars 49 forks source link

fix solana price issue #14 #15

Closed DataKnox closed 1 year ago

DataKnox commented 1 year ago

The Binance API now requires auth to retireve the SOLUSDT price. Coingecko is still publicly available.

Response payload from Coingecko is structured like so: {"solana":{"usd":13.96}}

This change uses the coingecko api and parses the output successfully. Confirmed working on my dashboard Juicy Stake dashboard

stakeconomy commented 1 year ago

Lgtm