https://github.com/linuxto5re/gateiodatafilteration
Gate.io API analysis: spot, margin, futures; filters high volume, identifies common cryptos.
https://github.com/linuxto5re/gateiodatafilteration
arbitrage-bot centralized-exchanges cryptocurrency data-analysis gate gateio-api python rest trading-strategies
Last synced: 12 days ago
JSON representation
Gate.io API analysis: spot, margin, futures; filters high volume, identifies common cryptos.
- Host: GitHub
- URL: https://github.com/linuxto5re/gateiodatafilteration
- Owner: LinUxTo5re
- License: gpl-3.0
- Created: 2023-11-17T13:28:23.000Z (over 2 years ago)
- Default Branch: gateio_termux
- Last Pushed: 2024-02-29T17:29:43.000Z (over 2 years ago)
- Last Synced: 2025-10-23T07:44:49.213Z (9 months ago)
- Topics: arbitrage-bot, centralized-exchanges, cryptocurrency, data-analysis, gate, gateio-api, python, rest, trading-strategies
- Language: Python
- Homepage: https://github.com/LinUxTo5re/gateiodatafilteration
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gate.io Crypto Filtration Project
This project utilizes Gate.io APIs to collect and analyze data from:
- spot
- margin
- futures markets.
## Overview
The project performs data analysis tasks such as:
Gathering data from Gate.io APIs for spot, margin, and futures markets.
Identifying common cryptocurrencies across these markets.
Filtering high volume markets to focus on significant trading activities.
## Requirements:
- Requests (for API interaction)
- Pandas (for data manipulation and analysis)
- Gate IO API's
## Installation
1. Clone the repository:
```bash
git clone https://github.com/LinUxTo5re/gateiodatafilteration.git
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
### Run the CLI application:
```bash
python3 main.py
```
### Output
