๐Ÿ‹ CryptoPulse Embed

Add Whale Alerts to Any Website

One line of code. Real-time whale movements from 34+ EVM chains.

1One-Liner Embed

<script src="https://cryptopulse.uno/embed/cryptopulse.js"></script>

2With Configuration

<script>
window.CryptoPulseConfig = {
  theme: "dark",
  limit: 10,
  chain: "ethereum"
};
</script>
<script src="https://cryptopulse.uno/embed/cryptopulse.js"></script>

3npm SDK

npm install @cryptopulse/sdk
import { CryptoPulse } from '@cryptopulse/sdk';

const cp = new CryptoPulse({ apiKey: 'your-key' });
const whales = await cp.getWhales({ chain: 'ethereum' });

๐Ÿ”Œ Works Everywhere

Script Embed

Any HTML site โ€” one line

WordPress

Shortcodes & sidebar widget

Shopify

Theme App Extension

npm SDK

TypeScript client for Node.js

Webflow

Custom code embed

Bubble / Wix

Plugin & custom elements

Built by CryptoPulse ยท GitHub