--- title: Coinbase description: Instructions for how to add Coinbase sensors to Home Assistant. ha_category: - Finance - Sensor ha_release: 0.61 ha_iot_class: Cloud Polling ha_domain: coinbase ha_platforms: - sensor ha_codeowners: - '@tombrien' ha_config_flow: true --- The `coinbase` integration lets you access account balances and exchange rates from [Coinbase](https://coinbase.com). You will need to obtain an API key from the API section in Coinbase's [User Settings](https://www.coinbase.com/settings/api) to use this integration. You need to select the account wallet or wallets (e.g. "BTC Wallet") that you wish to show in Home Assistant and give read access to `wallet:accounts` in order for the integration to access relevant data. It is worth noting that once you close the New API Key popup on Coinbase you will not be able to see the API Secret again. {% include integrations/config_flow.md %} {% configuration_basic %} API Key: description: Your API key generated by Coinbase, this is required. API Secret: description: Your API secret generated by Coinbase, this is required. {% endconfiguration_basic %} {% include integrations/option_flow.md %} {% configuration_basic %} Wallet balances to report: description: List of currency codes to create account wallet sensors for. Exchange rates to report: description: Optional list of currencies to create exchange rate sensors for. Base currency for exchange rate sensors: description: Currency used as the currency unit for exchange rate sensors. The default is US Dollar (USD). {% endconfiguration_basic %}