coinbase


The coinbase component lets you access account balances and exchange rates from coinbase.

You will need to obtain an API key from coinbase’s developer site to use this component. You need to give read access to wallet:accounts in order for the component to access relevant data.

To set it up, add the following information to your configuration.yaml file:

# Example configuration.yaml entry
coinbase:
  api_key: asdfghjklqwertyuiopzxcvbnm 
  api_secret: nkjnewncfghjklqwertyuiopzxcvbnm 
  exchange_rate_currencies:
    - BTC
    - ETH
    - LTC

Configuration Variables

api_key

(string)(Required)Your API key to access coinbase.

api_secret

(string)(Required)Your API secret to access coinbase.

exchange_rate_currencies

(list)(Optional)List of currencies to create exchange rate sensors for.