thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Introducing Stylus Arbitrum Airdrop Contracts

Introducing Stylus Arbitrum Airdrop Contracts

Arbitrum Stylus brings a second, WebAssembly (WASM) virtual machine to every Arbitrum chain, so you can write contracts in Rust (or C/C++) while staying 100 % interoperable with existing Solidity code. Under the hood, Stylus executes WASM thousands of times faster than the EVM, so transactions are metered in a
06 Aug 2025 1 min read
Playground UI improvements

Playground UI improvements

A cleaner, smarter interface to help you discover features and navigate the Playground more efficiently. What's New * New home page with Table of Contents * Updated product grouping in the sidebar * Clearer titles and descriptions * A cleaner and more user friendly sidebar * Added light mode support
06 Aug 2025 1 min read
Insight: Transfers API Update & Deprecating Chains

Insight: Transfers API Update & Deprecating Chains

API Changes Breaking Change: /v1/nfts/transfers Requirements * Requests to /v1/nfts/transfers now require at least one of the following parameters: * block_timestamp_from * block_number_from Deprecated Chains Status: Read-Only (No New Blocks) * The following chain IDs have been deprecated and will no longer receive new block updates
05 Aug 2025 1 min read
EIP7702 Session Key Execution for Server Wallets
Engine

EIP7702 Session Key Execution for Server Wallets

The Transactions API now supports EIP7702 session key authorization for gasless transaction execution. Server wallets can execute transactions on behalf of user accounts with full gas sponsorship from the infrastructure. Implementation curl -X POST "https://engine.thirdweb.com/v1/write/transaction" \ -H "content-type: application/json" \ -H
01 Aug 2025 1 min read
Batch EOA Execution for Server Wallets

Batch EOA Execution for Server Wallets

We just enabled batch execution for EOAs, allowing you to execute multiple transactions atomically in a single call. How to use batch execution Simply pass multiple items in your params array. All transactions will be executed atomically: curl -X POST "https://engine.thirdweb.com/v1/write/transaction" \ -H
01 Aug 2025 1 min read
Swap API

Swap API

Swap between tokens and chains with thirdweb's new Swap API.
31 Jul 2025
AWS KMS Server Wallets
engine cloud

AWS KMS Server Wallets

We just enabled AWS KMS wallet support for the Transactions API, allowing you to use your AWS KMS-managed keys directly. How to use AWS KMS wallets Add the AWS KMS headers to your Engine API calls: curl -X POST "https://engine.thirdweb.com/v1/write/transaction" \ -H "
31 Jul 2025 1 min read
Payment Widgets: Faster Quote Discovery

Payment Widgets: Faster Quote Discovery

thirdweb SDK v5.105.24
29 Jul 2025
Unreal Engine 5.6 Support

Unreal Engine 5.6 Support

Thirdweb's Unreal SDK Plugin is now available for Unreal Engine 5.6
29 Jul 2025
Payment Links

Payment Links

Get paid from anywhere with Payment Links.
29 Jul 2025
Unreal Engine - Account Abstraction v7 Support

Unreal Engine - Account Abstraction v7 Support

Supporting v7 Account Factories and Entrypoints.
28 Jul 2025 1 min read
Introducing the new thirdweb for the age of AI
Changelog

Introducing the new thirdweb for the age of AI

We’ve rebuilt the thirdweb developer platform for the AI-native era. You can now build apps 80% faster with our new HTTP API, MCP server and new LLM optimized documentation. We've also re-organized the platform to be simpler and better organized. What’s New * New HTTP API → We
25 Jul 2025 3 min read
Support Now Available in the Dashboard

Support Now Available in the Dashboard

New Feature: You can now access support directly from the thirdweb dashboard. What’s New * Support Tab: A new “Support” tab is now available on the team sidebar * AI Agent: Get quick answers with our built-in AI support chat * Case Management: Create, track, and manage support cases directly from your
21 Jul 2025 1 min read
EOA execution for server wallets now available

EOA execution for server wallets now available

We just enabled EOA execution for server wallets, allowing you to self fund your own server wallets, and directly executing onchain transactions from them. How to use EOA execution Set type: "EOA" in your executionOptions and pass your server wallet EOA address (signer). Remember to fund the EOA
17 Jul 2025 1 min read
4x faster Transactions with EIP7702

4x faster Transactions with EIP7702

We just enabled EIP7702 for server wallets, resulting in 4x faster sponsored transactions from sending to confirming when compared to ERC4337 execution. How to use 7702 execution Simply pass your server wallet EOA address (signer), execution will automatically default to EIP7702 execution and sponsor gas for the transaction. curl -X
17 Jul 2025 1 min read
Payments Performance Polish

Payments Performance Polish

3x faster Payments API response times.
17 Jul 2025
Improved ERC20 Contract Page Layout

Improved ERC20 Contract Page Layout

We’ve redesigned the ERC20 contract page to improve usability, shareability, and conversion. This update is live for all ERC20 contracts - including the ones you deploy from thirdweb dashboard The Buy Token section is now placed at the top, making it easier for users to purchase tokens immediately. This
15 Jul 2025 1 min read
Nebula API Now Requires Payment Plan

Nebula API Now Requires Payment Plan

Breaking Change: The Nebula API now requires a paid subscription plan. Free usage is limited to essential testing purposes. What's Changed * Free Tier: Limited to 1 RPS and 3 RPM (for testing only) * Paid Plans Required: Production usage now requires one of the following plans: * Starter: 1 RPS,
15 Jul 2025 1 min read
Simplified Transactions API authentication

Simplified Transactions API authentication

You can now use the Transaction API with just your project secret key. When you create a new project, we now initialize a secure Vault automatically for you which lets you create server wallets and transact immediately with just your project secret key. curl -X POST "https://engine.thirdweb.
10 Jul 2025 1 min read
User search for in-app and ecosystem wallets

User search for in-app and ecosystem wallets

You can now search users by email, phone, id or address in your project or ecosystem by navigating to the Users tab. Select the search criteria, type a value and hit search. Great for quickly finding user associated addresses or emails. Happy building!
10 Jul 2025 1 min read
Insight Token Sorting

Insight Token Sorting

The v1/tokens endpoint in Insight API now supports sorting by various attributes. New sort_by and sort_order query parameters have been added. The following attributes are supported: * token_address - sort tokens alphabetically * token_price - sort based on the USD price of the token * usd_value -
10 Jul 2025 1 min read
thirdweb TypeScript SDK v1.105

thirdweb TypeScript SDK v1.105

Version 5.105 spans accross multiple patch releases. It introduces more flexible payment options, upgrades wallet connectivity, new eip-7702 session key capabilities and delivers a range of UI and developer‑experience refinements. * Payment widgets * New currency prop in payment widgets to control what currency to display (USD, EUR, JPY, etc)
10 Jul 2025 1 min read
Contract Filters And Cross-Wallet Balances

Contract Filters And Cross-Wallet Balances

Insight API now supports two new features for NFT and token balance endpoints. Contract Filters v1/tokens and v1/nfts endpoints now supports filtering the balances of a wallet by contract addresses. For tokens, you can add a token_address query filter. For NFTs, you can use contract_address in
03 Jul 2025 1 min read
EIP-7702 Smart EOAs now available on Berachain
Changelog

EIP-7702 Smart EOAs now available on Berachain

Expanding EIP-7702 Chain Support!
02 Jul 2025 2 min read
Engine Cloud: Now Generally Available

Engine Cloud: Now Generally Available

Engine Cloud exits beta with a complete architectural overhaul powered by our new Rust-based Engine Core. This update introduces simplified APIs, comprehensive transaction monitoring, and significant performance improvements. 🚀 What's New Rust-Based Engine Core Engine Cloud is now built on Engine Core, our new open-source Rust-based blockchain transaction infrastructure.
28 Jun 2025 2 min read
Page 1 of 21 Older Posts →
thirdweb © 2025
Powered by Ghost