Try a free widget from https://protocolscout.com/widgets/

This first example is styled a little bit to match the colors in our theme. Copy this address value and paste it into the input:

0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43



Html fragment for the example above:

<iframe
src="https://widgets.protocolscout.com/
?titleColor=FFF
&titleBackgroundColor=272F38
&innerBordersColor=272F38
&headingsColor=000000
&buttonBackgroundColor=353E49
&buttonColor=fff"
style="border: 1px solid #272F38;
border-radius: 4px; width: 100%; height: 100%;
min-width:300px; min-height:600px;"
title="balances-widget"
></iframe>

Of course, it is possible to use almost any colors like this vibrant combination. Note how you can add the example address value and enable access to historical data by date-and-hour:



Html fragment for the example above:

<iframe
src="https://widgets.protocolscout.com/
?withHistoricalSearch
&withExampleAddress=0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43
&titleColor=ADFF02
&titleBackgroundColor=8F00FF
&innerBordersColor=01BEFE
&headingsColor=FF7D00
&buttonBackgroundColor=FFDD00
&buttonColor=01BEFE"
style="border: 1px solid #FF006D;
border-radius: 4px; min-height: 680px;
width: 100%; height:100%; min-width:200px;"
title="balances-widget-with-date-hour"
></iframe>