connectors-available

Test exchange connector accessibility and save trading rules to data/trading_rules.json.

31|8|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hummingbot/skills --skill connectors-available
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connectors-available
Source: https://github.com/hummingbot/skills/tree/main/skills/connectors-available
Command: npx skills add https://github.com/hummingbot/skills --skill connectors-available

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validate which exchange connectors are reachable from your location and enable quick discovery of trading rules for tokens across exchanges.

Core Features & Use Cases

  • Connectivity checks: determine which exchange connectors are accessible from your location.
  • Trading rules discovery: fetch min order sizes, price increments, and supported order types for tokens across exchanges.
  • Use Case: A researcher needs to verify BTC-USD trading rules across venues before integration.

Quick Start

Ask the agent to test all connectors and fetch trading rules for a token of interest.

Frequently Asked Questions about connectors-available

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

FAQPage Schema
How do I check exchange connector availability and trading rules from my location?

Checking trading rules across exchanges involves fetching min order sizes, price increments, and supported order types for tokens. This tool tests connector reachability from your location and saves the discovered trading rules to data/trading_rules.json.

How do I find minimum order sizes and price increments for tokens across multiple exchanges?

To find minimum order sizes and price increments for tokens across multiple exchanges, this tool queries available connectors and retrieves their trading rules. It searches for tokens across accessible exchanges and returns the specific trading constraints.

Do I need a running Hummingbot API to test exchange connectivity and fetch trading rules?

Yes, testing exchange connectivity requires a running Hummingbot API accessible at HUMMINGBOT_API_URL (default: http://localhost:8000) with API_USER and API_PASS credentials configured for authentication.

What trading rules data does the exchange availability check return for specific tokens?

The exchange availability check returns trading rules including minimum order sizes, price increments, and supported order types for tokens. This data is retrieved across all accessible exchange connectors and saved to data/trading_rules.json.

Can I verify BTC-USD trading rules across different venues before integration?

Yes, you can verify BTC-USD trading rules across venues before integration by searching for the token across available exchanges. The tool fetches min order sizes, price increments, and supported order types for integration validation.

Where are the results saved when testing exchange connectors and trading rules?

Results are saved to data/trading_rules.json when testing exchange connectors and trading rules. This file stores the discovered trading rules including min order sizes, price increments, and supported order types for tokens across accessible exchanges.