sigma-quantiphi

Add Exchange Parser — Code Quality skill for Claude Code

Code Quality community

Procedure for handling an exchange-specific response shape that doesn't conform to CCXT's unified format (e.g. Binance's account/withdraw history, Bybit's instruments-info).

How to install Add Exchange Parser

Installs to ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser && curl -fsSL https://raw.githubusercontent.com/sigma-quantiphi/ccxt-pandas/HEAD/.claude/skills/add-exchange-parser.md -o ~/.claude/skills/sigma-quantiphi-ccxt-pandas-add-exchange-parser/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Exchange Parser does


name: add-exchange-parser description: Procedure for handling an exchange-specific response shape that doesn't conform to CCXT's unified format (e.g. Binance's account/withdraw history, Bybit's instruments-info). Use when an implicit method (one not listed in method_mappings) needs to return a DataFrame, or when an exchange-specific quirk requires custom field-type coercion.

Add an exchange-specific parser

Implicit methods — CCXT methods like `sapi_get_capital_config_getall` that are

Alternatives in Code Quality

  • Import Drawio — Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level 27.2k ★
  • Job Stories — Create job stories with acceptance criteria in JTBD format 7.8k ★
  • Video Script: Claude SEO V1.7.2 — What's New — Duration: ~5 minutes Tone: Natural, conversational, like talking to a friend who knows Claude Code Format: Scr 5k ★

Full documentation available on GitHub

View Source Repository