Closed DataKnox closed 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}}
{"solana":{"usd":13.96}}
This change uses the coingecko api and parses the output successfully. Confirmed working on my dashboard Juicy Stake dashboard
Lgtm
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