evm_getpaircandlesticks
Retrieve OHLCV candlestick data for token pairs on supported blockchains to analyze price and volume trends over specified timeframes. Use this tool for detailed market insights.
Instructions
Retrieve OHLCV (Open, High, Low, Close, Volume) candlestick data for a token pair.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The pair address | |
chain | No | The chain to query | eth |
currency | Yes | The currency | usd |
cursor | No | The cursor returned in the previous response (used for getting the next page) | |
fromDate | Yes | The starting date (format in seconds or datestring accepted by momentjs) * Provide the param 'fromBlock' or 'fromDate' * If 'fromDate' and 'fromBlock' are provided, 'fromBlock' will be used. | |
limit | No | The number of results to return | |
timeframe | Yes | The timeframe | 1h |
toDate | Yes | The ending date (format in seconds or datestring accepted by momentjs) * Provide the param 'toBlock' or 'toDate' * If 'toDate' and 'toBlock' are provided, 'toBlock' will be used. |