An open API service indexing awesome lists of open source software.

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.

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

![WhatsApp Image 2023-12-23 at 20 08 56](https://github.com/LinUxTo5re/gateiodatafilteration/assets/90641894/76436d99-9b8c-4afe-be75-398fc380118e)