thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗
Response Compression at RPC Edge

Response Compression at RPC Edge

We're excited to announce an important update to our RPC edge infrastructure at thirdweb. This enhancement is designed to improve performance and reduce costs for our users. 🚀 What’s New? * Response Compression at RPC Edge: We’ve enabled response compression, meaning our RPC endpoints now deliver compressed responses
13 Mar 2025 1 min read
Insight Supports New Chains

Insight Supports New Chains

We're excited to announce that thirdweb Insight has expanded its blockchain data querying capabilities to 61 chains, including these 19 new chains: * zkSync * Mantle * Abstract mainnet and testnet * Zora * World * Hedera * Laos * Rivalz * Basecamp * Beam * Sonic * Cronos zkEVM * Taiko mainnet and testnet * Celo testnet * Arena Z testnet * Treasure
13 Mar 2025 1 min read
View all sponsored transactions on dashboard

View all sponsored transactions on dashboard

You can now view the list all sponsored transactions across in a team by going to your Team > Usage Page in thirdweb dashboard You can also view this table in your Team > Project > Connect > Account Abstraction > Analytics page to see only sponsored transactions for the
11 Mar 2025 1 min read
25% Smaller TypeScript SDK Install Size
Changelog

25% Smaller TypeScript SDK Install Size

thirdweb SDK v5.92.0
10 Mar 2025 1 min read
Comprehensive NFT APIs Added to Insight

Comprehensive NFT APIs Added to Insight

We're excited to announce the release of additional NFT API endpoints to Insight. These endpoints provide comprehensive APIs for accessing NFT metadata, transfers, ownership information, and more. The NFT API provides a great alternative for developers looking to migrate from SimpleHash, which is expected to shutdown on March
07 Mar 2025 1 min read
Nebula Update v0.0.8: Multi-step prompts and improved support for bridging & swapping

Nebula Update v0.0.8: Multi-step prompts and improved support for bridging & swapping

We’re excited to introduce significant upgrades Nebula's transaction execution. Our latest model, t0-003, is more capable, accurate, and intelligent—enabling seamless execution of complex, multi-step prompts. With expanded support for bridging, swapping, and multi-transaction workflows, developers can now perform actions like retrieving balances, executing transfers across chains,
06 Mar 2025 1 min read
Insight Adds Token Prices

Insight Adds Token Prices

Querying token prices in USD is now supported by Insight API! Try it out in our playground To fetch a token's price by its contract address (0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee is used for native tokens) const getPrice = async () => { try { const response = await fetch( "https://1.insight.thirdweb.com/v1/
06 Mar 2025 1 min read
Insight API Fields Deprecation

Insight API Fields Deprecation

Insight API will deprecate all camelCase fields from responses and remove them by 30th of March 2025. Every field that was previously in camelCase has a duplicate field in snake_case for the time being, allowing users to migrate their response handling. List of affected fields: * decodedData * New name: decoded
05 Mar 2025 1 min read
Streamlined Contract Verification with Etherscan V2

Streamlined Contract Verification with Etherscan V2

We’re excited to share that Thirdweb now better aligns with Etherscan’s latest V2 API. If you regularly need to have your contracts verified on Etherscan-like explorers, this change means a more streamlined, less error-prone experience - so you can spend more time shipping, and less time wrestling with
04 Mar 2025 1 min read
Insight serves NFT assets on Edge

Insight serves NFT assets on Edge

Insight now serves NFT assets through the Thirdweb Gateway, improving retrieval times by caching the content on a globally serving data on edge. Instead of referencing IPFS or Arweave links, insight automatically resolves them to edge-friendly endpoints, so metadata no longer displays IPFS URLs. This deployment works seamlessly with the
04 Mar 2025 1 min read
Introducing Our Updated Mint Fee Structure
Changelog

Introducing Our Updated Mint Fee Structure

Effective Date: March 3, 2025, at 3:00 PM PST Announcing some important changes to our mint fee process that further standardize our fee structure for all new contract deployments. We are introducing a 1% protocol fee applied to all contracts, and adjusting the convenience fee to 1.5% from
03 Mar 2025 1 min read
Filter Spam Tokens

Filter Spam Tokens

We Introduced a new include_spam query parameter to the ERC20 token endpoint to filter out potential spam tokens. GET /v1/tokens/erc20/vitalik.eth&include_spam=true The criteria for identifying spam include: • Empty token name • Empty token symbol • Symbol length greater than 15 characters • Zero decimals By
03 Mar 2025 1 min read
NFT Metadata in Insight

NFT Metadata in Insight

We are now supporting NFT metadata for Insight NFT balance endpoints (ERC-721 and ERC-115). By adding metadata=true query parameter to the request, the response will include metadata about the NFT - name, description, image URL, background color, external URL, collection and contract info in addition to the balance. Here&
28 Feb 2025 1 min read
Insights API Now Supports Contract Metadata and ABI Queries

Insights API Now Supports Contract Metadata and ABI Queries

The Insights API now supports querying contract metadata and ABIs. Powered by our contract indexing and verification backend, developers can now access verified contract metadata and ABIs for all supported chains directly within Insights. This eliminates the need to interact with block explorers and third party source code verifiers to
27 Feb 2025 1 min read
Introducing thirdweb API for Automated Chains Onboarding
Changelog

Introducing thirdweb API for Automated Chains Onboarding

We’re excited to unveil a powerful addition to the thirdweb platform: a brand-new API designed to automate chain onboarding in real time. This release is especially useful for Rollup-as-a-Service (RaaS) providers, who can now seamlessly integrate new chains into the thirdweb ecosystem the moment they’re spun up. No
27 Feb 2025 3 min read
Token Metadata

Token Metadata

We’re introducing metadata retrieval in our ERC20 token API! You can now include token information—such as name, symbol, and decimals—in a single call to our /tokens/erc20 endpoint. Just add the new metadata=true parameter to the query string. For example: GET /v1/tokens/erc20/vitalik.eth&
27 Feb 2025 1 min read
Insight API Supports Block Queries

Insight API Supports Block Queries

Insight API added support for querying block data. Try it out on our playground Or use it directly from code const getBlock = async (blockNumber: number) => { try { const response = await fetch( `https://1.insight.thirdweb.com/v1/blocks?filter_block_number=${blockNumber}&limit=1`, { headers: { "x-client-id": <
27 Feb 2025 1 min read
Insight Adds Resolve Capability

Insight Adds Resolve Capability

Insight API now supports an explorer-like endpoint to resolve blockchain data. The resolve endpoint supports * Transaction hashes - returns the transaction data * Block hashes - returns the block data * Addresses (also ENS names) * In case of an EOA - returns last 20 transactions from that address * In case of a
27 Feb 2025 1 min read
RPC Edge: Faster, Leaner, and Smarter

RPC Edge: Faster, Leaner, and Smarter

At thirdweb, innovation is in our DNA. We’re excited to share a behind-the-scenes look at how our team is continuously pushing the boundaries to deliver an unparalleled user experience. Today, we're diving into some key upgrades that have transformed our RPC server. 🍞 Embracing the Bun Runtime We’
24 Feb 2025 1 min read
.NET/Unity - Insight Indexer and Engine Wallet Integration

.NET/Unity - Insight Indexer and Engine Wallet Integration

Bringing our best products right to your favorite framework, fully integrated with other APIs.
21 Feb 2025 2 min read
Invite and Manage Team Members on Dashboard

Invite and Manage Team Members on Dashboard

Collaborating with your team just got easier! You can now invite new members and manage existing ones directly from your dashboard
21 Feb 2025 1 min read
Insight API ENS Support

Insight API ENS Support

Insight API now supports Ethereum Name Service (ENS) names in address fields. You can use ENS names instead of raw Ethereum addresses when querying API endpoints. Try it out on our playground Or use it directly from code const getVitalikTokensOnEth = async () => { try { const response = await fetch('https://1.
21 Feb 2025 1 min read
Insight Token Queries Just Got 10X Faster

Insight Token Queries Just Got 10X Faster

We’ve made significant enhancements to thirdweb Insight, allowing you to efficiently query ERC-20, ERC-721, and ERC-1155 token balances for any address. Faster Queries on Large Chains We identified latency issues on bigger chains where some requests took over 10 seconds. Our improved indexing logic has reduced p99 query latency
20 Feb 2025 1 min read
Insight indexer major version upgrade
Changelog

Insight indexer major version upgrade

Insight open source indexer has received it's first major version upgrade in beta to 1.0.2-beta and brings with it more scalable reorg handling, better reliability and more performance. New Features * Token Balances API endpoint - The indexer API now has a new `/balances/:owner/:type` endpoint
20 Feb 2025 1 min read
Introducing Universal Bridge

Introducing Universal Bridge

thirdweb SDK v5.88.0
16 Feb 2025 1 min read
← Newer Posts Page 4 of 19 Older Posts →
thirdweb © 2025
Powered by Ghost