Coinbase
The coinbase
integration 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 integration to access relevant data.
Configuration
To set it up, add the following information to your configuration.yaml
file:
# Example configuration.yaml entry
coinbase:
api_key: YOUR_API_KEY
api_secret: YOUR_API_SECRET
Possible currencies are codes that conform to the ISO 4217 standard where possible. Currencies which have or had no representation in ISO 4217 may use a custom code (e.g., BTC). A list of values can be obtained via https://api.coinbase.com/v2/currencies, for more information visit the Coinbase API documentation.
Full configuration example
A full configuration sample including optional variables:
# Example configuration.yaml entry
coinbase:
api_key: YOUR_API_KEY
api_secret: YOUR_API_SECRET
account_balance_currencies:
- EUR
- BTC
exchange_rate_currencies:
- BTC
- ETH
- LTC
Help us to improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.
Suggest an edit to this page, or provide/view feedback for this page.