Auto retrieves live token prices, renders historical price charts, returns OHLC candle data, and looks up prices from any past date — all through natural language commands.
What Price & Charts Features Does Auto Offer?
How Do I Get the Current Price of a Token?
Auto returns the latest spot price for any supported token using GET_SIMPLE_PRICE. This differs from price charts because it returns a single number, not a time series.
"what's the price of ETH"
"show me the price of BTC and SOL"
"how much is PEPE right now"
How Do I View a Token's Price Chart?
Auto generates a price chart over any supported timeframe using GET_TOKEN_PRICE_CHART. Use charts to see direction, trend, or how a token performed over a given period.
"show me BTC chart for the last 30 days"
"ETH price chart for 7d"
"how has SOL moved this year"
What Chart Timeframes Does Auto Support?
Auto supports six standard chart timeframes. If no timeframe is specified, Auto selects one based on the query context.
What Is OHLC Data and How Do I Get It?
OHLC (Open, High, Low, Close) is a candle-based price format that provides more granular detail than a line chart. Auto returns OHLC data using GET_OHLC_DATA.
"show OHLC candles for ETH"
"give me 30 day OHLC data for BTC"
How Do I Check a Token's Price on a Past Date?
Auto returns the exact price of a token on any historical date using GET_HISTORICAL_PRICE. This differs from price charts because it returns one data point, not a range.
"what was SOL's price on January 1st"
"what was BTC trading at on March 1, 2025"
"show ETH price on the day of the ETF launch"
Which Price Feature Should I Use?
Example Prompts
"what's the price of ETH"
"show me BTC chart for the last 30 days"
"what was SOL's price on January 1st"
"give me 7 day chart for DOGE"
"show 1 year price chart for LINK"
How Does Price Data Combine with Other Auto Features?
Auto combines price data with other intelligence layers for deeper analysis. This differs from standalone charting tools because Auto correlates price with narrative, on-chain, and social signals.
"show me ETH price chart for 30d and explain what moved it"
"what's the price of SOL and is smart money buying"
Quick Reference
Use price for the latest number, chart for the trend over time, OHLC for candle-level detail, and historical price for a specific past date.