Coinbase API: How to get market or spot prices for all currencies
Solution 1:
Use the "/v2/exchange-rates?currency={0}" with for example "USD" as the currency, and it will return all other currencies' exchange rate for USD.
Use the "/v2/exchange-rates?currency={0}" with for example "USD" as the currency, and it will return all other currencies' exchange rate for USD.