Skip to content

ribbinpo/mining-mine-bot

Repository files navigation

Mining Mine Bot

API Docs (Postman)

Download

Overview

 Mining Mine Bot is a web service developed in Golang using the Fiber framework. It provides APIs for data fetching, storage, visualization, and analysis of cryptocurrency prices, specifically focusing on tokens traded on the P2P Binance exchange. The project utilizes cron jobs to periodically fetch price data, which is then stored in a database. Clients can access this data via the REST API to perform various tasks such as retrieving data, finding the best prices, and potentially implementing machine learning algorithms for further analysis.

Features

  • Periodic data fetching using cron jobs
  • Storage of cryptocurrency price data in a database
  • REST API for accessing and retrieving data
  • Ability to find the best prices for tokens
  • Potential for implementing machine learning algorithms for analysis (future feature)