get_token_price_comparison
Compare token price between two timestamps to show price change on a blockchain network.
Instructions
Compare token price between two timestamps to show price change
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network (e.g., ethereum, polygon, arbitrum) | |
| toTimestamp | No | End Unix timestamp for comparison (default: current time) | 1786352238 |
| tokenAddress | Yes | Token contract address | |
| fromTimestamp | Yes | Start Unix timestamp for comparison |