get_historical_token_price
Retrieve the historical price of any token on a given blockchain by providing the network, contract address, and Unix timestamp, enabling analysis of past market data.
Instructions
Get historical price of a token at a specific timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network (e.g., ethereum, polygon, arbitrum) | |
| timestamp | Yes | Unix timestamp for historical price | |
| tokenAddress | Yes | Token contract address |