K
K
KindOfHeaven2018-02-05 13:00:46
JavaScript
KindOfHeaven, 2018-02-05 13:00:46

Where is the data connected to the chart on the canvas?

There is a site
I need to find where the data for the chart is loaded. Tell me at least in which direction to dig)
The script responsible for the chart in the file master.f5a4c377.js

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Tsymbal, 2018-02-05
@AlexanderTsymbal

well (without delving into the code of the js file, because you can hang there for a day) I dare to assume that somewhere in this file ajax requests are used that receive data, from which the canvas content is then collected. try parsing the requests joxi.ru/brRno6YuJX4Lzr from developer tools. I saw there 2 ajax requests to non-existent data. but, judging by the names of the addresses, this is about what you need.

T
tyzberd, 2018-02-05
@tyzberd

they work over WebSocket. joxi.ru/82Q7gW4ujnEEKr
Through this api https://api.hitbtc.com/#socket-api-reference
There is also js right in html joxi.ru/823jJg8uJvPPkm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question