get_token_candle_data
Retrieve historical price candle data for cryptocurrency tokens to perform technical analysis and market research.
Instructions
Get candle data about any token for analysis.
Expects a CandleStickRequest, returns a list of candle sticks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
candle_stick_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"candle_stick_requests": {
"$ref": "#/$defs/CandleStickRequest"
}
},
"required": [
"candle_stick_requests"
],
"type": "object"
}