Token Prices and Charts

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?

Feature
Description
Action

Simple price

Returns the current spot price of one or more tokens

GET_SIMPLE_PRICE

Price chart

Displays price movement over a chosen timeframe

GET_TOKEN_PRICE_CHART

OHLC candles

Returns open, high, low, and close data per period

GET_OHLC_DATA

Historical price

Returns the price on a specific past date

GET_HISTORICAL_PRICE

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.

Timeframe
Period
Best for

1h

Last hour

Very short-term moves

24h

Last 24 hours

Daily price changes

7d

Last 7 days

Weekly trend

30d

Last 30 days

Monthly performance

90d

Last 90 days

Quarterly trend shifts

1y

Last year

Long-term 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.

Term
Definition

Open

Price at the start of the period

High

Highest price during the period

Low

Lowest price during the period

Close

Price at the end of the period

"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?

Goal
Feature

Get the price right now

Simple price

See how price changed over time

Price chart

Get detailed candle data per period

OHLC

Find the price on a specific past date

Historical price

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.

Combine with
Benefit

News

Explains why price moved

Trending tokens

Shows what is getting attention alongside price action

On-chain analytics

Reveals whether wallets are buying or selling

Technical analysis

Adds momentum and trend signals to the price view

"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.

Last updated

Was this helpful?