Gary Ehrenfeld
Results
1
issues of
Gary Ehrenfeld
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')...