I will deploy a python script to deliver kraken cryptocurrency market data via rest API
About this Gig
# KRAKEN API
A python script to deliver cryptocurrency market data (Kraken Ticker information) via a public REST API endpoint. It will be configured to retrieve ticker information for asset pairs you are interested in. The retrieved data will be enriched with a UTC timestamp and additional date/time fields. The script will be deployed as a task on PythonAnywhere and will run on a schedule to deliver the requested Kraken ticker. PythonAnywhere gives you the option to schedule the task hourly or daily.
# MONGODB collection setup, Triggers and Functions
Setting up MongoDB collections for storing Kraken cryptocurrency market data from the Python script and implementation of Triggers and Functions to detect price alerts (ASK/BID) and trigger downstream actions via webhooks.
# Mailer Transactional API
Configuring the Transactional Mailer API (API key and authentication) and tune email templates to support price alert notifications. Integration will be handled via MongoDB Triggers calling the Mailer API through webhook interface when ASK/BID price alerts are triggered.

