You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public_client.get_product_ticker(product_id='ETH-USD')
public_client.get_products()
data =public_client.get_product_historic_rates('ETH-USD')
print(data)`
Keep getting this error when running:
`from coinbase.wallet.client import Client
from coinbase.wallet.model import APIObject
import cbpro
public_client = cbpro.public_client
coinbase_API_key = "xxxxxxxxxxxxx"
coinbase_API_secret = "xxxxxxxxxxxxx"
client = Client(coinbase_API_key, coinbase_API_secret)
public_client.get_product_ticker(product_id='ETH-USD')
public_client.get_products()
data =public_client.get_product_historic_rates('ETH-USD')
print(data)`
Python version 3.9
[email protected]
The text was updated successfully, but these errors were encountered: