Tool to retrieve historical candlestick (OHLCV) data for a specific trading product on Coinbase Advanced Trade. Use when you need price history, charting data, or market analysis over time intervals. Returns up to 300 candles per request.
endstringEnd time in Unix timestamp format (seconds since epoch). Use this to specify the end of the time range for candle data. If not provided, defaults to the current time.
startstringStart time in Unix timestamp format (seconds since epoch). Use this to specify the beginning of the time range for candle data. If not provided, defaults to the earliest available data.
product_idRequiredstringTrading pair identifier (e.g., BTC-USD, ETH-USD). The product ID must be a valid product listed on Coinbase.
granularityRequiredstringThe timeframe each candle represents. Determines the interval for aggregating price data (e.g., ONE_HOUR for hourly candles).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.