Skip to content

Instantly share code, notes, and snippets.

@itsXactlY
itsXactlY / BinanceMarketCapPairList.py
Last active May 13, 2024 02:51 — forked from bzed/BinanceMarketCapPairList.py
MarketCap pairlist filter for freqtrade
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# --- ↑↓ Do not remove these libs ↑↓ -----------------------------------------------------------------------------------
import argparse
import json
import time
import re
import requests
# ---- ↑ Do not remove these libs ↑ ------------------------------------------------------------------------------------