solana_getcandlesticks
Retrieve candlestick data for a specific token pair on Solana networks. Specify time range, interval, and currency format to analyze historical price movements.
Instructions
Gets the candlesticks for a specific pair address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address to query | |
| currency | Yes | The currency format | usd |
| cursor | No | The cursor to the next page | |
| fromDate | Yes | The starting date (format in seconds or datestring accepted by momentjs) | 2024-10-09 |
| limit | No | The limit per page | |
| network | Yes | The network to query | |
| timeframe | Yes | The interval of the candle stick | 1min |
| toDate | Yes | The ending date (format in seconds or datestring accepted by momentjs) | 2024-10-10 |