Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

CCXT for Python

porccxt·ccxt· v1.0.0 · atualizado em 2026-04-10
77
Score

CCXT is a cryptocurrency exchange library for Python developers, supporting both REST API and WebSocket API. It facilitates installing CCXT, connecting to exchanges, fetching market data, placing orders, streaming live data, handling authentication, and managing errors. Use it for Python-based crypto projects, trading bots, data analysis, and portfolio management, with support for both synchronous and asynchronous (asyncio) operations.

cryptocurrencytradingapi-integrationpythonccxtexchange-apireal-time-data
Linguagens
Python
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdccxt-python/workflow
Install the CCXT library: `pip install ccxt`.
Import the CCXT library: `import ccxt` or `import ccxt.async_support as ccxt`.
Instantiate the exchange object with API keys and rate limiting enabled.
Load the markets for the exchange: `exchange.load_markets()`.
Fetch the required data or execute the desired action (e.g., `fetch_ticker`, `create_order`).
Handle any exceptions or errors.
Close the exchange connection (especially for async usage): `await exchange.close()`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDynamic Stop Loss (DSL) v4
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aQVeris — Search & Action Engine
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAdversarial Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

CCXT for Python
ccxt-python
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
connect to a crypto exchange using ccxtfetch market data from a cryptocurrency exchangeplace an order on a crypto exchange using pythonstream live crypto tickersget real-time orderbook datafetch account balance from a crypto exchangecancel an order on a crypto exchange

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download ccxt-python
$ synaptic skills detail ccxt-python
$ synaptic skills live ccxt-python

Dependências

ccxtorjsoncoincurve

Links

GitHub Repository