Installation
- Homebrew
- npm
- pip
- Scoop (Windows)
- Shell
Authentication
Commands
Market Data
AI Analysis
API Key Management
MCP IDE Setup
Webhooks
Usage & Billing
OpenAPI Spec
Configuration
Config file location:~/.vectrade/config.yaml
Resolution Order
- Command-line flags (
--api-key,--sandbox) - Environment variables (
VECTRADE_API_KEY,VECTRADE_BASE_URL) - Config file (
~/.vectrade/config.yaml) - Defaults
Global Flags
| Flag | Description |
|---|---|
--api-key | Override API key |
--sandbox | Use sandbox environment |
--config | Custom config file path |
--output | Output format: table, json, csv |
GitHub
Source code, issues, and contributions