generate_artinfo_formula
Creates ARTINFO formulas to retrieve crypto asset information, classifications, metrics, and market cap rankings (e.g., top N assets).
Instructions
Generate an ARTINFO formula for Artemis Sheets.
This tool creates properly formatted ARTINFO formulas for retrieving asset information,
classifications, available metrics, market cap rankings, and other metadata.
For market rankings:
- To get top N assets by market cap, use top_n=N (e.g., top_n=25)
- This will generate =ARTINFO("ALL", "TOPn-SYMBOLS")
For asset information:
- Use parameter1="SYMBOL" (e.g., "BTC") and parameter2="INFO_TYPE"
(e.g., "ASSET-NAME", "MC-RANK", etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| parameter1 | No | ALL | |
| parameter2 | No |