Web
For web and desktop applications
You can integrate InsightX Bubblemaps into your application using a <iframe>
embed. Once your domain is whitelisted, the integration works out of the box.
URL Structure
To display a Bubblemaps view, use the following URL format:
https://app.insightx.network/bubblemaps/[CHAIN_ID]/[TOKEN_ADDRESS]
Check our Supported Chains for a list of Network Names and their Chain IDs
Example for an Ethereum address
https://app.insightx.network/bubblemaps/1/0x67f3086f7823eaf35f5aaadfb2e9b9c5b09578cf
Example<iframe>
embed
<iframe
src="https://app.insightx.network/bubblemaps/1/0x67f3086f7823eaf35f5aaadfb2e9b9c5b09578cf"
allow="clipboard-write"
width="100%"
height="100%"
></iframe>
You can adjust width and height to match your layout.
Note: It's important to keepallow="clipboard-write"
as this ensure full functionality of the service.
Updated about 2 months ago