list_crypto_symbols
Retrieve a mapping of common crypto symbols to their CoinGecko IDs for use in portfolio creation. Get the number of supported symbols and usage instructions.
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 | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||