Skip to content

Instantly share code, notes, and snippets.

import requests
import json
import time
# Global Variables for Filters
MIN_LIQUIDITY = 100000
MIN_MARKET_CAP = 30 * 1000000
MAX_MARKET_CAP = 200 * 1000000
MIN_VOLUME_24 = 50000
CREATED_AT_GTE = 1696982400