Crypto backtesting
Loading...
Searching...
No Matches
cb.py File Reference

Go to the source code of this file.

Namespaces

namespace  cb

Variables

 cb.api_key = os.getenv('COINBASE_API_KEY')
 cb.api_secret = os.getenv('COINBASE_API_SECRET')
 cb.client = Client(api_key, api_secret)
 cb.accounts = client.get_accounts()
 cb.transactions = client.get_transactions(account['id'])