Skip to content Skip to sidebar Skip to footer

Coinbase Api - Et_exchange_rates And Get_currencies Failure.

Hi when writing a simple python script to test Coinbase Features as per documentation I am getting the following results: get_exchange_rates(currency='GBP') I encounter a similar

Solution 1:


It looks like is a known bug which hasn't been published yet. It defaults all the currency pairs to BTC-USD.
You may try instead using requests.get() providing the required headers for authentication or even follow the provided example on the developers site.


Post a Comment for "Coinbase Api - Et_exchange_rates And Get_currencies Failure."