hashgraph / hedera-exchange-rate-tool

Hedera Exchange Rate Tool to send median of HBAR/USD exchange rate from various Exchanges to Hedera Network
Apache License 2.0
2 stars 4 forks source link

Update volume. for `CoinBase` exchange #202

Closed Neeharika-Sompalli closed 9 months ago

Neeharika-Sompalli commented 9 months ago

Currently the getVolume for Coinbase always returns 0.0 This is because the API link (https://api.coinbase.com/v2/exchange-rates?currency=HBAR) used doesn't return volume. Update the API to use (https://api.pro.coinbase.com/products/HBAR-USD/stats) instead.