Skip to main content
Released 2026-06-04

Removed

  • liquidity_pool.* webhook events (breaking). The deprecated liquidity_pool.created, liquidity_pool.updated, and liquidity_pool.deleted aliases are no longer emitted. They were announced for removal in 0.3.0 and ran in parallel with the canonical account.* events throughout the dual-emit window. Subscribe to account.created, account.updated, and account.deleted instead — the payloads are identical, so the only change is the event field. See the webhook guide.

Notes

  • No action required if you already migrated to the account.* events.
  • Handlers still subscribed only to liquidity_pool.* will stop receiving these deliveries.