Does anybody jknow how to get a tradingview chart for a specific token on my own? like how poocoin/dextools etc.. do it
Jan 22, 2022, 6:14 AM
Short answer in JavaScript š use a JavaScript library to read from the blockchain to get JSON, parse that JSON and feed it into chart.js
Jan 22, 2022, 6:51 AM
Iād look at graphql and bitquery. Easy way to get started depending on how real time you need it
Jan 22, 2022, 6:53 AM