{
  "x402Version": 2,
  "kind": "resource-server",
  "name": "DreamWidget",
  "description": "Embeddable Logo Showcase and Video Showcase widgets for any website, with an API an agent uses to build, publish and count them. A plan term is bought with x402 in USDC on Base, USDC on Solana, XRP, or HBAR and USDC on Hedera on the XRP Ledger, at the same price as the card checkout.",
  "docs": "https://dreamwidget.com/guides/x402.html",
  "contact": "hello@dreamwidget.com",
  "updated": "2026-09-14T21:00:00Z",
  "resources": [
    {
      "url": "https://dreamwidget.com/api/v1/plan",
      "method": "POST",
      "description": "Buy a plan term: POST {\"plan\":\"single|basic|pro|studio\",\"term\":\"month|year\",\"email\":\"you@example.com\"}. Answers 402 with the price in USDC on Base (eip155:8453), USDC on Solana, XRP (xrpl:0), and HBAR or USDC on Hedera (hedera:mainnet); the paid retry grants the term and, for a new email, makes the account and returns its API key.",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x0ac104c0de3d9450b14a51a578ffffee42b0de53"
        },
        {
          "scheme": "exact",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "payTo": "HogeepYk6osiiLrDe9M5eYPCgkjSrpXTrHLJTC2SF6Wx"
        },
        {
          "scheme": "exact",
          "network": "xrpl:0",
          "asset": "XRP",
          "payTo": "rNtLRV3Fsr7Nvj3y9Rp5DkNvT3KvRmDkvQ"
        },
        {
          "scheme": "exact",
          "network": "hedera:mainnet",
          "asset": "0.0.0",
          "payTo": "0.0.524078"
        },
        {
          "scheme": "exact",
          "network": "hedera:mainnet",
          "asset": "0.0.456858",
          "payTo": "0.0.524078"
        }
      ],
      "prices": {
        "single": {
          "month": "$6.00",
          "year": "$59.00"
        },
        "basic": {
          "month": "$11.00",
          "year": "$99.00"
        },
        "pro": {
          "month": "$20.00",
          "year": "$169.00"
        },
        "studio": {
          "month": "$37.00",
          "year": "$289.00"
        }
      }
    }
  ],
  "api": {
    "docs": "https://dreamwidget.com/guides/api.html",
    "base": "https://dreamwidget.com/api/v1",
    "auth": "Authorization: Bearer dw_live_\u2026 (a key from the account page, or from the x402 purchase)"
  }
}