In order to have a level of abstraction that allow us to use more than one Wallet (and their respective API's or Clients), I added a wrapper for the Coinbase Python Client, whose purpose is to gather all the information that we need for the base Coin structure.
The base Coin structure should be the object that represents the crypto-currency and holds the values that we want to analyze.
In order to have a level of abstraction that allow us to use more than one Wallet (and their respective API's or Clients), I added a wrapper for the Coinbase Python Client, whose purpose is to gather all the information that we need for the base Coin structure. The base Coin structure should be the object that represents the crypto-currency and holds the values that we want to analyze.