To learn more about how the template was done refer to the blog post on How to Deploy a .NET isolated Azure Function using Zip Deploy in One-Click on frankysnotes.com. There is also a video on YouTube ...
from coinbaseadvanced.client import CoinbaseAdvancedTradeAPIClient # Creating the client using Clould API Keys. client = CoinbaseAdvancedTradeAPIClient.from_cloud_api_keys(API_KEY_NAME, PRIVATE_KEY) # ...