thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Nebula v0.1.0: Protocol Knowledge & Arbitrary Contract Execution

Nebula v0.1.0: Protocol Knowledge & Arbitrary Contract Execution

We're excited to announce Nebula v0.1.0, our most comprehensive update yet! This release transforms Nebula into a universal DeFi protocol expert with the ability to execute any contract function across all EVM chains. Whether you're interacting with Uniswap, Aave, or any custom protocol, Nebula
13 Jun 2025 2 min read
Fungible Token Price Data, Now Embedded in Metadata Responses 🧠💸
Changelog

Fungible Token Price Data, Now Embedded in Metadata Responses 🧠💸

Until now, token prices in Insight were only available through dedicated /price endpoints — useful, but disconnected from the broader token experience. Starting today, latest price data is embedded directly into all routes that can return fungible token metadata — including /v1/tokens/balances & v1/tokens/transfers with metadata flag set
13 Jun 2025 1 min read
🔔 Webhook Support for Multiple ABIs per Event Signature

🔔 Webhook Support for Multiple ABIs per Event Signature

Users can now track fungible and non-fungible token transfers more reliably — even when the same event signature (like Transfer) is used across multiple token standards. What’s New * 🔄 Multi-ABI Decoding: Webhooks now support decoding the same event signature using multiple ABIs. This is especially useful for events like Transfer that
12 Jun 2025 1 min read
Smart Wallet Signing Enhancements in Unreal Engine

Smart Wallet Signing Enhancements in Unreal Engine

Authenticate as a Smart Wallet in all the right ways.
12 Jun 2025 1 min read
Real-Time Streaming with WebSockets 🚀
Changelog

Real-Time Streaming with WebSockets 🚀

We’re thrilled to announce a powerful new addition to our RPC toolkit: native WebSocket support for Plume Mainnet (chain ID 98866) and Testnet (chain ID 98867). Now you can subscribe to live block events and react instantly as new blocks are produced—no polling required What’s New * WebSocket
12 Jun 2025 1 min read
Organize Better with Multiple Teams

Organize Better with Multiple Teams

You can now create new teams from the thirdweb dashboard. This feature allows you to create multiple teams to separate team members and projects effectively. Why use teams? Use different teams to organize separate apps or clients, each with their own assets, team members, usage analytics, and billing. Creating teams
11 Jun 2025 1 min read
Insight - Filter NFT Transfers By Type

Insight - Filter NFT Transfers By Type

Insight adds support for filtering NFT transfers by type. On the v1/nfts/transfers endpoint you can specify a transfer_type query parameter and choose to filter transfer, sale, mint or burn transfers. transfer - Any transfer without additional sale data sale - A transfer that has additional sale data*
06 Jun 2025 1 min read
Nebula v0.0.17 - Onramping, Aggregations & Agent Improvements

Nebula v0.0.17 - Onramping, Aggregations & Agent Improvements

This release introduces significant improvements to Nebula's agent capabilities, adding fiat onramping through Universal Bridge, new NFT collection tools, and aggregated transaction and events data. Improvements have been made to Nebula’s memory handling, leading to faster responses in some cases and helping us prepare for our next
05 Jun 2025 2 min read
Update

Get Notified of Blockchain Events & Transactions

You can now set up webhooks directly in your dashboard to track blockchain activity in real-time—no more polling, no more missing important events. Webhooks allow you to: * Get notified when specific events happen on-chain (like NFT mints, transfers, or contract calls) or any contract function you specify * Automate downstream
04 Jun 2025
Pay with Crypto on thirdweb

Pay with Crypto on thirdweb

We’ve made it even easier to pay for all of thirdweb — no cards required.
04 Jun 2025 1 min read
EIP-7702 support for Ecosystem Wallets

EIP-7702 support for Ecosystem Wallets

We updated our ecosystem wallet smart account options to let ecosystem owners opt in to using EIP-7702 for all their users. Picking EIP-7702 as the smart wallet execution mode for your ecosystem has multiple benefits: * your users will be able to use the same smart account features as EIP-4337 like
04 Jun 2025 1 min read
Wallet Service improvements

Wallet Service improvements

We've improved our wallet service for in-app and ecosystem wallets with new quality of life features. Below are the highlights and detailed changes. ✨ Highlights * Account deletion flag – allow end‑users to erase their wallet account entirely when unlinking the final auth profile. * Improved partner attribution – new user records
30 May 2025 1 min read
thirdweb SDK v5.102.0 - New Engine functions

thirdweb SDK v5.102.0 - New Engine functions

v5.102.0 of the thirdweb TypeScript SDK rolls out server-side wallet orchestration and better transaction management—adding APIs to create & list server wallets, search transactions with flexible filters, batch multiple calls in one shot, and clearer error reporting. Engine.createServerWallet() Create a new server wallet with a custom
29 May 2025 1 min read
Webhook management: Real-Time On-Chain Event and transaction Monitoring

Webhook management: Real-Time On-Chain Event and transaction Monitoring

We’ve just shipped a powerful new feature to the Insight dashboard: Webhooks. This release makes it easier than ever for developers to listen to blockchain events and transactions in real time — and trigger actions when they matter most. Whether you’re building dashboards, automation workflows, or real-time alerts, Webhooks
29 May 2025 1 min read
Insight Playground – Aggregation Presets FTW! 🚀
Changelog

Insight Playground – Aggregation Presets FTW! 🚀

We just turbo-charged the aggregate parameter across the whole Playground: BeforeAfterPlain, lonely text area that expected you to hand-type SQLish expressions.A slick pop-over multi-select with popular presets and a free-form box for anything custom. What’s new * Aggregate Parameter Input v2 * Brand-new component for aggregate parameters input. * Pop-over UI
29 May 2025 1 min read
Insight - Token Owner Queries Add Balances

Insight - Token Owner Queries Add Balances

NFT owner queries have been improved with added balance data and a new ERC20 token owners endpoint has been added to Insight API. ERC20 Owners v1/tokens/owners has been added to return a list of token owners with their balances. Try it out on our playground. NFT Owners The
28 May 2025 1 min read
thirdweb AI & MCP v0.1.24: Google ADK Integration & Engine Cloud Service

thirdweb AI & MCP v0.1.24: Google ADK Integration & Engine Cloud Service

This release introduces new integrations to expand both thirdweb AI and thirdweb MCP capabilities with Google's Agent Development Kit (ADK), and adds support for thirdweb Engine Cloud, allowing for autonomous on-chain interactions. Features Google ADK Integration * Added Google Agent Development Kit (ADK) adapter support * Enables direct integration with
28 May 2025 1 min read
Native Balance Support In Insight

Native Balance Support In Insight

Insight API adds a new token balances endpoint that also supports native token balances. It will replace the current ERC-20 balance endpoint which is being deprecated. ERC-20 Balance Endpoint Deprecation This endpoint is being deprecated in favor of v1/tokens to be better aligned with the NFT endpoints and make
27 May 2025 1 min read
Insight API: Unified Token Transfers with Metadata

Insight API: Unified Token Transfers with Metadata

We’ve improved the Insight API to support unified access to all token transfers — both NFTs (ERC721/ERC1155) and fungible tokens (ERC20) — through a single, consistent endpoint 🚀 Highlights: * You can now fetch NFT and ERC20 transfers in one call. * Transfer responses include metadata for both NFTs and ERC20 tokens. * Added
22 May 2025 1 min read
thirdweb SDK 5.100.0 - Universal Bridge improvements

thirdweb SDK 5.100.0 - Universal Bridge improvements

The thirdweb TypeScript SDK was just updated with significant updates to the universal bridge component and APIs. Installation pnpm add thirdweb@5.100.0 Highlights No more insufficient funds walls When you do a transaction in a react environment (useSendTransaction or TransactionButton), and the user does not have enough funds
21 May 2025 1 min read
Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula 0.0.16 brings significant improvements to contract interactions, introduces a new token burn capability, and enhances cross-chain support. Features * New Token Burn Tool: Permanently remove tokens from circulation with smart fallbacks. Supports both ERC20 tokens and native currencies, with automatic detection of burn methods. * Contract Type Detection: Automatically
19 May 2025 1 min read
Nebula v0.0.15: Enhanced Contract Analysis & Improved Streaming

Nebula v0.0.15: Enhanced Contract Analysis & Improved Streaming

Overview Nebula v0.0.15 focuses on enhancing contract metadata analysis and fixing core functionality issues. This release significantly improves contract metadata output, making it easier to understand smart contract functions and capabilities. It also fixes critical issues with address prediction and streaming responses. Features * Enhanced Contract Metadata Tool: Completely
16 May 2025 1 min read
Expanding EIP-7702 Chain Support

Expanding EIP-7702 Chain Support

EIP-7702 Smart EOAs is now available on mainnets that support the fun kind of Account Abstraction.
15 May 2025 5 min read
Insight Webhooks Just Got More Reliable

Insight Webhooks Just Got More Reliable

We’ve re-architected how Insight webhooks are delivered — introducing a durable execution model that improves reliability, observability, and resilience. 🔂 Durable by Design Webhook delivery is now handled through a stateful, retry-capable execution engine. This means: * Delivery persists through failures – Webhooks won’t silently fail or get lost due to transient
15 May 2025 1 min read
Nebula v0.0.14: Code Agent & Real-time Streaming
Changelog

Nebula v0.0.14: Code Agent & Real-time Streaming

We're excited to announce a major upgrade to Nebula that introduces powerful new capabilities through the implementation of a code generation agent and real-time response streaming. These changes are live now at nebula.thirdweb.com! Overview This release transforms Nebula with the integration of an agent that can
14 May 2025 2 min read
Page 1 of 19 Older Posts →
thirdweb © 2025
Powered by Ghost