account-balance
Retrieve cryptocurrency account balances from various exchanges using API keys and secrets. Integrates with the CCXT MCP Server for high-performance exchange data management.
Instructions
Get your account balance from a crypto exchange
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | API key for authentication | |
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
marketType | No | Market type (default: spot) | |
secret | Yes | API secret for authentication |