crypto-market-data

Installation
SKILL.md

crypto-market-data

Fetch all market data for a trading pair in a single parallel run using scripts/fetch_market_data.py. All 5 HTTP requests fire concurrently via ThreadPoolExecutor.

Quick Start

# BTC/USDT (default)
python3 scripts/fetch_market_data.py \
  --base-url <BASE_URL> \
  --api-key   <API_KEY>

# Specific pair
python3 scripts/fetch_market_data.py ETH/USDT \
  --base-url <BASE_URL> \
  --api-key   <API_KEY>

# Output raw JSON (useful for piping into other tools)
Related skills

More from escapewu/skills

Installs
1
Repository
escapewu/skills
GitHub Stars
1
First Seen
Mar 18, 2026