Embed Widget Generator

Create customizable crypto widgets to embed on your website or blog. Choose from price tickers, charts, market stats, and more.

Predefined Templates

Widget Gallery

Customization

Price Ticker

Displays live crypto prices with 24h change

Live Preview

BTC / USD

$67,450+5.23%
24h High: $69,200
Low: $65,800
Last updated: 2 minutes ago

Code Output

<iframe src="https://degen0x.com/embed/price-ticker?theme=dark&w=300&h=150&color=%233b82f6&radius=8" width="300" height="150" frameborder="0" style="border-radius: 8px; border: none; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);"></iframe>

React Component

import { CryptoWidget } from '@degen0x/widgets';

export default function MyComponent() {
  return (
    <CryptoWidget
      type="price-ticker"
      theme="dark"
      width={300}
      height={150}
      accentColor="#3b82f6"
      borderRadius={8}
      showTitle={true}
      showPrice={true}
      showChart={true}
      showPercentage={true}
      showFooter={true}
    />
  );
}

Installation Instructions

For HTML/iframe:

Simply copy the embed code above and paste it into your website HTML or Wordpress page editor.

For React:

  1. Install the package: npm install @degen0x/widgets
  2. Copy the component code above into your project
  3. Import and use it in your component

For WordPress:

Use a custom HTML block and paste the iframe code.

✨ Responsive Design

All widgets automatically adapt to mobile, tablet, and desktop screens without any additional configuration.

🎨 Full Customization

Control colors, dimensions, themes, and which elements to display with our intuitive customization panel.

⚑ Real-Time Updates

All crypto data updates in real-time, so your website always displays the latest prices and market data.

Frequently Asked Questions

Can I customize the widget colors and size?

Yes! Use the customization panel on the left to adjust colors, width, height, border radius, and which elements are displayed.

Is the data updated in real-time?

Yes, all crypto prices and market data are updated in real-time directly from our API endpoints.

Which frameworks do you support?

We provide HTML/iframe embeds (universal) and React components. The iframe version works with any website, CMS, or platform.

Do I need to sign up to use widgets?

No! Widgets are free to use. Simply copy the code and embed it on your site. No API key required.

Can I use multiple widgets on one page?

Absolutely! You can embed as many widgets as you like. Each will load independently and update in real-time.