crypto-trading

Fetch cryptocurrency prices, account balances, and execute trades via Python scripts.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/silva2kand/silva-ide --skill crypto-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-trading
Source: https://github.com/silva2kand/silva-ide/tree/main/_cowork_os_pack/package/resources/skills/crypto-trading
Command: npx skills add https://github.com/silva2kand/silva-ide --skill crypto-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ccxt, and includes scripts (resource) components.

What problem does it solve?

Facilitates real-time cryptocurrency market data retrieval and order execution via code automation.

Core Features & Use Cases

  • Market Data Access: Fetch current prices, bid-ask spreads, and market trends across over 100 exchanges.
  • Balance Management: Check account balances and asset holdings across supported platforms.
  • Order Placement: Execute buy or sell orders with customizable parameters, supporting both test and live modes.
  • Use Case: A user wants to monitor Bitcoin prices on Binance and place limit orders when the price hits a target level.

Quick Start

Use the crypto-trading skill to get the latest Bitcoin price from Binance.

Frequently Asked Questions about crypto-trading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time cryptocurrency prices using Python?

To fetch real-time cryptocurrency prices, you use Python scripts with the ccxt library to access live market data, including bid-ask spreads, across over 100 supported exchange platforms.

Can I automate crypto order execution and check account balances with ccxt?

Yes, you can automate crypto order execution and check account balances using ccxt, which allows placing customizable buy or sell orders and retrieving asset holdings across supported platforms.

How do I place limit orders on Binance automatically when prices hit a target?

You place limit orders automatically by running Python scripts that monitor real-time prices and trigger order execution with customizable parameters once your target price level is reached.

Does this crypto trading approach support both test and live modes?

Yes, this crypto trading approach supports both test and live modes, allowing you to execute buy or sell orders and validate order management logic before committing live funds.

How many crypto exchanges can I connect to using the ccxt library?

Using the ccxt library, you can connect to over 100 crypto exchanges for market data retrieval, balance management, and automated order placement through their exchange APIs.