• Open in:

Live Order Book / Depth Chart

Important: This demo uses direct access URL to Poloniex API, which may be prevented by CORS restrictions in browser. If the demo does not work, try accessing the following URL directly first, then reload this page, so the source is cached.

This demo shows how you can implement a simple “Order Book” chart using our XYChart. The chart shows a real distribution of booked sell and buy orders for bitcoin and their volume.

Live data loading and processing

This chart uses amCharts 5 build-in external data loading functionality.

In this case we load data directly from Bitcoin exchange Poloniex API.

The chart is set to reload the data every 30 seconds.

More about loading external data

Demo source