SnapView SnapView
Integration Guide
Free

Snapshot Server for TradingView Charts

A free, ready-to-use snapshot server that lets your users share charts with rich previews on social media.

Why SnapView?

TradingView no longer provides a public server for sharing chart snapshots. Platforms using the Advanced Charts library need to host their own, or simply use SnapView.

Quick Integration

Add one line to your TradingView Widget Constructor and you're done. No server setup required.

Widget Constructor
new TradingView.widget({
  // ... your other options
  snapshot_url: "https://snapview.link/snapshot",
});

That's it! Your users can now share chart snapshots with working previews.

How It Works

1

User Takes Snapshot

User clicks the camera icon in your TradingView chart to capture a snapshot.

2

We Store It

SnapView receives the image, stores it securely, and generates a shareable URL.

3

Rich Previews

Shared links show beautiful chart previews on Twitter, Telegram, Discord, and more.

See an example snapshot →

Why SnapView?

100% Free

No usage limits, no API keys, no hidden fees. Just integrate and go.

Zero Setup

No server to deploy, no storage to configure. One line of code.

Social Media Ready

Open Graph and Twitter Card meta tags for rich link previews everywhere.

Built-in Sharing

Share buttons for Twitter, Telegram, and copy link on every snapshot page.

API Reference

POST /snapshot

Receives chart snapshot from TradingView library. Used automatically when snapshot_url is configured.

Body: multipart/form-data with preparedImage field

GET /s/{id}

Returns a beautiful viewer page with the chart snapshot and social sharing options.