get_eth_trend
Access Ethereum trend data for the past three months, including price, active addresses, and new addresses, formatted as [[date, price, active_addresses, new_addresses]]. Use this tool to analyze ETH trends effectively.
Instructions
Get the ETH trend chart for the past three months. Format: [[date, price, active addresses, new addresses]]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}