Toolverse
All skills

cryptofeed

by 2025Emma

Cryptofeed - Real-time cryptocurrency market data feeds from 40+ exchanges. WebSocket streaming, normalized data, order books, trades, tickers. Python library for algorithmic trading and market data analysis.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
2025Emma
Category
Security
Views
2

About this skill

Cryptofeed - Real-time cryptocurrency market data feeds from 40+ exchanges. WebSocket streaming, normalized data, order books, trades, tickers. Python library for algorithmic trading and market data analysis.

How to use

  1. Zainstaluj bibliotekę Cryptofeed za pomocą pip install cryptofeed. Jeśli chcesz wszystkie opcjonalne backendy (Redis, MongoDB, Kafka), użyj pip install cryptofeed[all].
  2. Zaimportuj FeedHandler i wybrane giełdy (np. Coinbase, Bitfinex, Kraken) z modułu cryptofeed.exchanges, a także typy kanałów danych (TICKER, TRADES, L2_BOOK) z cryptofeed.defines.
  3. Zdefiniuj funkcje callback, które będą przetwarzać przychodzące dane — na przykład ticker_callback do obsługi notowań lub trade_callback do obsługi transakcji. Każda funkcja otrzyma znormalizowane dane z giełdy.
  4. Utwórz instancję FeedHandler i dodaj do niej źródła danych za pomocą add_feed(), podając giełdę, symbole (np. BTC-USD), kanały, które chcesz obserwować, oraz mapę callbacków.
  5. Uruchom pętlę odbierającą dane za pomocą fh.run() — biblioteka będzie utrzymywać połączenia WebSocket i dostarczać dane w czasie rzeczywistym do zdefiniowanych callbacków.
  6. Opcjonalnie możesz zbudować National Best Bid/Offer (NBBO) łącząc dane z wielu giełd, aby śledzić najlepsze ceny kupna i sprzedaży na rynku.

Related skills

typescript-review

by metabase

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

Security
17133

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

academic-researcher

by Shubhamsaboo

Academic research assistant for literature reviews, paper analysis, and scholarly writing.\nUse when: reviewing academic papers, conducting literature reviews, writing research summaries,\nanalyzing methodologies, formatting citations, or when user mentions academic research,

Security
1260

accessibility-compliance

by wshobson

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

Security
2173

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116