get_correlation_matrix
Analyze correlation coefficients between multiple cryptocurrency tokens over specified timeframes to identify price movement relationships.
Instructions
Get correlation matrix between multiple tokens.
Args: tokens: List of token addresses or symbols to analyze timeframe: Analysis period. Options: 1d, 7d, 30d, 90d
Returns: Correlation coefficients between all token pairs.
Price: $0.50
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | ||
| timeframe | No | 7d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |