TRADINGVIEW DEX CHARTS · UDF datafeed · OHLCV

TradingView charts for any DEX token. No datafeed to build.

Bitquery is a UDF-compatible OHLCV datafeed for TradingView — candles, symbol resolution, live bars and bar continuity for any token, from its first trade, across 40+ chains. Wire in the charting library and ship; skip a year of custom datafeed engineering.

TradingView UDFCharting LibraryOHLCV40+ chains
pipeline · udf datafeed
On-chain trades
every swap, 40+ chains, from first trade
BQ
Bitquery OHLCV
candles, symbols & bar continuity
TradingView UDF datafeed
drop-in adapter, no backend
TradingViewCharting Libraryyour app
Trusted by 40,000+ developers & teams like
Binance logoChainalysis logoTRM Labs logoNansen logo0x logoCoinMarketCap logoCoin Metrics logoBybit logoLukka logo3Commas logoNexo logoTether logo
40+
Chains supported
1PB+
Blockchain data indexed
10B+
API calls / month
99.9%
Production uptime
01
Drop into your charts

Plug straight into the charts you already use.

Bitquery speaks TradingView's UDF protocol out of the box. Point any TradingView surface — or your own app — at the datafeed and OHLCV candles, symbols and live bars render with no charting backend on your side.

Tv

TradingView UDF

A UDF-compatible datafeed — point TradingView at our endpoints and candles, symbols and live bars just work.

Cl

Charting Library

Wire the OHLCV feed into TradingView's Charting Library for a fully branded, self-hosted DEX terminal.

Ac

Advanced Charts

Power TradingView Advanced Charts with resolved symbols, history and real-time bar updates for any pair.

Lw

Lightweight Charts

Feed the same OHLCV bars into Lightweight Charts for fast, embeddable price views in your app.

02
The UDF endpoints

A datafeed TradingView already knows how to read.

The adapter exposes the standard UDF methods. TradingView calls /history for candles and gets back parallel OHLCV arrays — open time, open, high, low, close and volume — ready to paint.

/config
/symbols
/history
/search
/time
/marks
GET /history
# GET /history?symbol=WETH_USDC&resolution=1&from=1717200000&to=1717203600
{
  "s": "ok",
  "t": [1717200000, 1717200060, 1717200120],
  "o": [3812.44, 3814.10, 3811.02],
  "h": [3815.90, 3816.22, 3813.77],
  "l": [3810.10, 3809.55, 3808.40],
  "c": [3814.10, 3811.02, 3812.96],
  "v": [184523.10, 96210.44, 210884.07]
}
sSTRINGstatus — ok / no_data / error
tINT[]bar open time, unix seconds
oFLOAT[]open price
hFLOAT[]high price
lFLOAT[]low price
cFLOAT[]close price
vFLOAT[]volume in the bar
03
Forget building an OHLCV backend for charts

Rolling your own charting datafeed is the slow path.

Indexers, bar construction, symbol resolution, backfill and live updates — months of work just to feed a chart. Bitquery is the UDF endpoint, already indexed, already continuous.

What you're doing
Build your own datafeed
Bitquery UDF feed
Get OHLCV candles
Index swaps + build bars
Candles from the /history endpoint
Resolve symbols
Maintain a symbol registry
/symbols & /search, ready to call
Keep bars continuous
Patch session gaps yourself
Bar continuity built in
History depth
Backfill from first swap
Full history from a token's first trade
Across chains
A pipeline per chain
One feed, 40+ chains
04
What teams build

From token address to live chart, fast.

Resolve a symbol, request candles, render — the same feed scales across chains and resolutions.

DEX terminal

Token chart on any DEX

Render a TradingView candle chart for any pair — Uniswap, PancakeSwap, Raydium and more — from the token's first swap, with no datafeed to maintain.

Read the docs
Multi-chain

Multi-chain charting

Serve charts for Solana, Ethereum, BNB Chain, Base, Arbitrum and 30+ more from one UDF feed and one symbol scheme.

Read the docs
Resolutions

Custom resolutions

Offer 1m, 5m, 1h, 1d and beyond — request the resolution your users pick and get clean, continuous bars back.

Read the docs

What teams say about our data

"We did a thorough search of the market for the best onchain data. Bitquery came out on top — and now powers all live prices across Nansen. We don't think of them as a vendor. They're a partner."

A
Alexander Karsten
Nansen
40+
Chains, one UDF feed
100+
DEX protocols covered
1m–1d
Candle resolutions, from first trade

Bitquery does the hard work of parsing blockchain transaction data into a usable form so that we don't have to. We use their interface to diagnose issues with complex transactions and their analytics as a starting point for our own.

0x Protocol logo
Alex Knaggs
0x Protocol

They proved they had the technology to deliver sophisticated data solutions. We extended our support through the Binance X fellowship — building an open-source library of visualization widgets on their blockchain data.

Director, Binance X logo
Flora Sun
Director, Binance X

The complex raw data is available at different levels of detail and from different viewpoints — whether we need simple aggregated transfers or parameters for failed contract calls. The support is responsive, friendly and quick.

Backend Developer, Blockpit logo
Jan Dreske
Backend Developer, Blockpit

Partnering with Bitquery has been highly cost-effective — leveraging their established infrastructure rather than building our own let us rapidly expand our blockchain support and reach a much broader segment of on-chain users.

Co-Founder, Syla logo
Nick Christie
Co-Founder, Syla

Bitquery's products are very intuitive and easy to use. We currently use their products to obtain DEX-related trading and liquidity information, which saves us the manpower and tedious technical details required to develop our own system. Their excellent technical team deserves special praise; they provide near-24/7 support and resolve issues quickly. I greatly appreciate their products and work ethic.

Ourbit logo
Data Team
Ourbit

Bitquery provides the infrastructure we rely on every day. Fast, reliable, and comprehensive across the chains that matter to our business.

Webacy
Webacy
webacy.com
05
Pricing

Start free. Scale when you ship.

Query every blockchain on every plan — no chain is paywalled. Move to commercial when you need volume, SLAs and bulk datashares.

Developer
$0 / month
Free plan for developers or small projects.
  • All blockchains, all plans
  • 10 requests / minute
  • 2 streams for testing
  • GraphQL IDE access
Get started free
Most popular
Commercial
Custom
Tailored solutions for business and enterprise.
  • Scalable calls, no throttling
  • SQL, Cloud, Kafka & more
  • 24/7 engineering access
  • Dedicated onboarding & SLA
Talk to sales
Datashares
Custom
Bulk historical & real-time data on your cloud.
  • Snowflake, BigQuery, S3, Azure
  • No setup or infrastructure
  • Structured for AI agents & MCP
  • Audit data for custodians
Talk to sales
FAQ

TradingView DEX charts, answered.

How does Bitquery plug into TradingView?
Bitquery exposes a UDF-compatible datafeed — the standard /config, /symbols, /history, /search, /time and /marks endpoints. Point TradingView's Charting Library at it and candles, symbols and live bars render with no datafeed to build.
Which tokens and chains are supported?
Any DEX token across 40+ chains — Solana, Ethereum, BNB Chain, Base, Arbitrum, Polygon and more — covering 100+ DEX protocols including Uniswap, PancakeSwap, Raydium and major launchpads.
Do I get full history from a token's first trade?
Yes. OHLCV history is available from a token's first swap, with 1m, 5m, 1h and 1d candles across every supported pair — including thin-liquidity and launchpad tokens.
What does the /history response look like?
The standard UDF shape: a status field plus parallel arrays for bar open time (t) and open, high, low, close and volume (o, h, l, c, v) — exactly what TradingView expects to paint candles.
Does it handle bar continuity and live updates?
Yes. Bars stay continuous so charts reconnect cleanly after a session gap, and the feed streams live bar updates so the latest candle ticks in real time.
What does pricing look like?
Start free on the developer plan and move to a commercial plan when you need volume, SLAs and scale. Talk to sales for a quote.

Ship TradingView DEX charts in days.

A UDF-compatible OHLCV datafeed — candles, symbols, live bars and bar continuity for any token, from its first trade, across 40+ chains. No datafeed to build.

TradingView UDF · OHLCV · bar continuity · 40+ chains · 100+ DEXs