list_crypto_symbols
Retrieve cryptocurrency symbols and their corresponding CoinGecko IDs to accurately reference digital assets in portfolio management and financial analysis.
Instructions
List supported cryptocurrency symbols and their CoinGecko IDs.
Returns the mapping of common crypto symbols (like BTC, ETH) to their CoinGecko API identifiers.
Returns: Dictionary containing: - symbols: Dict mapping symbol to CoinGecko ID - count: Number of supported symbols - usage: How to use with create_portfolio
Example:
result = list_crypto_symbols()
print(f"Supported: {list(result['symbols'].keys())[:10]}...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||