Charts using Moralis API

Hi Experts,

is it possible to create any kind of charts (line charts, bar charts, etc.,) using Moralis API?

I am trying to create a ETH/BSC portfolio tracker (My 1st website) using Moralis API. I want to show the charts for individual tokens but I am unable to achieve.

Appreciate if any one can guide/share some inputs or documentation or video tutorials.

Thanks & Regards!

1 Like

Yes, its is definitely possible to create any kind of charts using a third party library like :
https://www.chartjs.org/

You can pass the values from Moralis APIs to the chart.js

@Sairam

Take a look at ChartJs docs and examples. Note, that for react development you should use ChartJs for React extension. Happy BUIDLing :man_mechanic:

https://www.chartjs.org/docs/latest/samples/bar/vertical.html

1 Like

Thanks for your response.

Could you please provide the API link which can be used to build charts?

Take a look at docs to understand:

https://docs.moralis.io/moralis-web3-rest/moralis-web3-api

Thank you!
I will check the doc.

1 Like

Hey, did you have any luck making a chart from this?

nope, I have tried but no luck! Please let me know if you find anything.
Thanks!