Beta

Widgets

Balances

The "Balances Widget" is free and can be added to any website — see the code examples below. It will enable the visitors to your website to quickly check on-chain assets in a wallet/address. Simply submit a wallet address and click the button "Get Balances": the widget will respond with the latest balances for top assets on the 99 supported protocols including Arbitrum, Base, Bitcoin, Ethereum, Optimism, Polygon etc.
You can configure the widget to access historical data. In such a case, the site visitors can pick a point in the past to receive corresponding information. Still, if the Date-and-hour is left empty the information retrieved will be about the current/latest blocks. You can learn more about the widget in our Privacy Policy.
Please contact us if you wish to obtain a widget version without the ProtocolScout logo.

Balances with an example wallet address and historical data

Code Example

<iframe src="https://widgets.protocolscout.com/?withHistoricalSearch&withExampleAddress=0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43&titleColor=000000&titleBackgroundColor=e0e0e0&innerBordersColor=000000&headingsColor=000000&buttonBackgroundColor=000000&buttonColor=fff" 
style="border: 1px solid #5a5a5a; border-radius: 4px; min-height: 610px; width: 100%; height: 100%; min-width:300px;"
title="balances-widget-with-date-hour"
></iframe>

Current Balances only

Code Example

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