thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Token Owner API Enhancements

Token Owner API Enhancements

Multi-standard support: fetch owners of any token type using one API.
10 Sep 2025 1 min read
thirdweb AI now available in dashboard

thirdweb AI now available in dashboard

Every project in the thirdweb dashboard now comes with a dedicated AI chat. Think of it as your dev companion in your web3 building journey. What thirdweb AI can do for you * Transact with your connected dashboard wallet * Swap tokens with your connected dashboard wallet * Deploy contracts with rich metadata
09 Sep 2025 1 min read
Introducing Bridge: Changes to our Payments offering.

Introducing Bridge: Changes to our Payments offering.

For a while, we offered Payments as an all-in-one solution. It helped developers handle everything from accepting crypto payments to moving tokens across chains. But as we grew, we noticed the needs for a crypto checkout and a crypto bridge becoming distinct amongst users. That’s why we’re breaking
08 Sep 2025 2 min read
Deprecation Notice: Insight Service Endpoints

Deprecation Notice: Insight Service Endpoints

As part of ongoing efforts to streamline and maintain our API, we are deprecating several Insight Service endpoints that have seen limited usage. The following endpoints will be deprecated: * GET /v1/transactions/{contractAddress}/{signature} * GET /v1/tokens/transfers/transaction/{transaction_hash} * GET /v1/contracts/deployed-by/{address} * GET /v1/contracts/metadata/
08 Sep 2025 1 min read
thirdweb API: Custom Slippage Tolerance

thirdweb API: Custom Slippage Tolerance

You can now specify custom slippage tolerance on the /bridge/swap endpoint. With the slippageToleranceBps parameter, you can specify how many basis points in slippage your swap can tolerate. Warning: Lower slippage tolerance values could result in reverted swaps. Without this value specified, it will continue to use the default
05 Sep 2025 1 min read
Enhanced Token Filtering & Sorting Options

Enhanced Token Filtering & Sorting Options

Wallet Tokens API Enhancement
05 Sep 2025 1 min read
thirdweb API: Bridge Swap Endpoint

thirdweb API: Bridge Swap Endpoint

thirdweb API v1.6
03 Sep 2025 1 min read
Use thirdweb AI with the Vercel AI SDK

Use thirdweb AI with the Vercel AI SDK

New package: @thirdweb-dev/ai-sdk-provider - A thin provider that lets you plug thirdweb AI into the Vercel AI SDK. It standardizes message parts, exposes wallet-aware tools (sign_transaction, sign_swap), and ships with types/utilities so you can build chat UIs that execute on-chain actions from AI responses. If you’
28 Aug 2025 1 min read
TikTok Authentication Now Available!

TikTok Authentication Now Available!

Expanding our repertoire of authentication providers across all interfaces.
26 Aug 2025
thirdweb AI - Auto Execution

thirdweb AI - Auto Execution

We’ve introduced Auto Execution to the /ai/chat endpoint. When enabled, the AI will not only prepare transactions, swaps, or deployments — it will automatically execute them on behalf of the authenticated user or server wallet. This dramatically reduces friction: no extra signing steps, no manual execution flows. Just describe
25 Aug 2025 1 min read
thirdweb API: Improved Social Authentication

thirdweb API: Improved Social Authentication

New GET /v1/auth/social endpoint for simplified OAuth - replaces deprecated OAuth in /v1/auth/initiate
23 Aug 2025 1 min read
thirdweb API: Launch ERC20 Tokens with Liquidity Pool & Rewards

thirdweb API: Launch ERC20 Tokens with Liquidity Pool & Rewards

Earlier this week we launched the ability to deploy your own token right from the dashboard, complete with a liquidity pool and developer rewards. Today, we're releasing this same capability via the thirdweb API. You can now programmatically: * Launch your token on a decentralized exchange * Set up a
20 Aug 2025 1 min read
Launch ERC20 Token with Liquidity Pool & Rewards

Launch ERC20 Token with Liquidity Pool & Rewards

Launching an ERC20 token is now faster, easier, and more rewarding. Your community can start buying, trading, and holding from day one — while you earn fees in the background! The new ERC20 token creation flow, you can: * Launch your token on a decentralized exchange * Set up a Uniswap V3 pool
18 Aug 2025 2 min read
Guest Authentication Now Available

Guest Authentication Now Available

It is easier than ever to get users started with blockchain interactions.
15 Aug 2025 1 min read
Migration Guide: Nebula API to thirdweb AI Chat API

Migration Guide: Nebula API to thirdweb AI Chat API

Overview This guide helps you migrate from the legacy Nebula API (nebula-api.thirdweb.com/chat) to the new thirdweb AI Chat API (api.thirdweb.com/ai/chat). Quick Reference First API Field Second API Field Notes message messages[].content Single string → Array of message objects session_id context.session_id
14 Aug 2025 2 min read
thirdweb AI - Chat API

thirdweb AI - Chat API

We’ve added an OpenAI-compatible AI Chat endpoint specialized for blockchain interactions, powered by thirdweb’s 't0' model. It can query live on-chain data, analyze transactions, prepare contract calls, swaps, and more via a single /ai/chat call. Docs: https://portal.thirdweb.com/ai/chat Playground: https://playground.
12 Aug 2025 2 min read
Payments API

Payments API

Adding thirdweb Payments to our flagship HTTP API.
11 Aug 2025 1 min read
Stargate Now Supported in Payments

Stargate Now Supported in Payments

Stargate routes are now included in thirdweb Payments.
11 Aug 2025 1 min read
Thirdweb API v1

Thirdweb API v1

Meet the thirdweb API: A Revolutionary Unified Interface for Web3 Development.
11 Aug 2025 1 min read
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
← Newer Posts Page 2 of 23 Older Posts →
thirdweb © 2025
Powered by Ghost