Test which exchange connectors are accessible from your location and search for tokens across all available exchanges. Shows trading rules including minimum order sizes, price increments, and supported order types.
Workflow
Step 1: Test Connectors
Ask user which connectors to test:
All connectors
Spot only
Perpetual only
Specific exchanges
Step 2: Run Tests & Save Rules
./scripts/test_all.sh
--timeout
10
Fetches trading rules from each connector. If data returns, it's accessible. Results saved to
data/trading_rules.json
.
Step 3: Search for Tokens
When user asks about a token, search and display the trading rules table:
./scripts/search_token.sh
--token
BTC
Always show the full table to the user:
| Exchange | Pair | Min Order | Min Price Inc | Order Types |