We’re excited to announce a powerful update to our Get Token Information endpoint in Tatum’s Data API — you can now fetch native token details for Ethereum (ETH), Celo (CELO), Polygon (MATIC), and Solana (SOL) directly via a single unified interface!
We’re thrilled to announce that Base, the Ethereum Layer 2 chain incubated by Coinbase, is now supported in Tatum’s Data API! Base offers fast, low-cost, and secure transactions, making it an ideal environment for scalable dApps and seamless on-chain experiences.
With this integration, developers can now query on-chain data from Base using Tatum’s unified Data API endpoints. From wallet portfolios and NFT balances to DeFi blocks and transaction histories, Tatum makes it easy to build data-driven blockchain applications on Base – without managing complex infrastructure.
Available Data API endpoints for Base
We’ve made significant improvements to our Data API infrastructure
– and we’re excited to roll out new, faster endpoints that deliver better performance and richer data.
- Up to 2.5× faster API responses across key endpoints
- Smarter asset detection: now capturing more token types and balances
- Increased backend scalability for improved stability and uptime
📚 Migration Guide & Important changes in API
Deprecated Legacy Data API endpoints will be removed on June 30, 2025To ensure continued access and performance, all users must migrate to the new endpoints by this date.
The legacy endpoints will no longer be maintained or guaranteed to function. To take full advantage of these improvements, we encourage you to start using the new endpoints listed below.
Legacy endpoints 👎 | Improved endpoints 👍 | Breaking Changes |
|---|---|---|
Get All Token Balances of an Address /v3/data/balances /v4/data/balances /v4/data/wallet/balances | Get All Assets of a Wallet | Requires at least one token type (native, fungible, nft, multitoken) |
Get Transactions | Get Transaction History | transactionIndex removed from response |
Get NFT Balances of a wallet | Get NFTs of Wallet | blockNumber removed from response |
Get all Multi Tokens that a blockchain address holds | Get Multitokens of Wallet | blockNumber removed from response |
Get Transactions by Hash /v3/data/transactions/hash | Get Transactions by Hash | No Breaking Changes |
Get Specified Blocks | Get Specific Block | Dropped eventIngestedSize, nftIngestedSize |
Get latest Block | Get Latest Block | Dropped eventIngestedSize, nftIngestedSize |
Get specified events | Get specified events | BlockRange adjusted to max of 500. |
Some endpoints now include usage-based pricing to maintain high performance and prevent abuse. Pricing info is shown at the top of each endpoint page.
Action required
- Review your current integration
- Migrate to the listed endpoints
- Update your codebase accordingly to handle the updated responses
We’re thrilled to introduce SUI to the Tatum Blockchain Gateway!
SUI is a high-performance, permissionless Layer 1 blockchain developed by Mysten Labs, engineered to support ultra-fast, secure, and scalable decentralized applications.
Built with the Move programming language, SUI features a unique object-centric data model and supports parallel transaction execution, enabling low latency and high throughput — ideal for next-generation Web3 use cases like games, finance, and asset-rich dApps.
Developers can access all SUI networks - mainnet, testnet and devnet via Tatum’s RPC Gateway:
Sui chain networks
We’ve expanded our TRON support as part of the Tatum Blockchain Gateway upgrade. You can now connect to TRON using: HTTP API, Solidity HTTP API, JSON-RPC or Tatum API. All interfaces now benefit from improved infrastructure and lower latency via our global RPC gateway.
Tron chain networks
We’ve expanded our Blockchain RPC Gateway to Asia with a new balancer in 🌏 Singapore
– delivering significantly lower latency for users in the region, especially for “follow the tip” scenarios.

Deployment of Tatum Blockchain RPC Gateway to Singapore
🚀 5× performance boost: Chains like Tron, Kaia (Klaytn), Ethereum, BSC, Polygon, Base and others now benefit from response times reduced from ~250ms → ~50ms.
Try it now by switching to https://{network}.gateway.tatum.ioand enjoy 99% uptime.
🚀 Get Started | Documentation | Official website | Block explorer
Major news for Ethereum developers. The Pectra upgrade is here – one of the most impactful updates in Ethereum’s history. As part of the infrastructure update, we’ve also added the new Ethereum Hoodi Testnet to our RPC Gateway.
Ethereum chain networks
🌐 Ethereum’s Pectra Upgrade Just Landed
The Ethereum Pectra hard fork introduces 11 new EIPs, bringing major enhancements across staking, transaction logic, and data throughput. 📖 Read more on Pectra Upgrade (Tatum Blog)
Tatum is fully ready. No action needed on your side. All required versions have been deployed. No downtime.
✅ Ethereum Mainnet services are fully operational.
🧪 Ethereum Hoodi Testnet Now Available
We’ve also added Ethereum Hoodi – the latest testnet in the Ethereum ecosystem – to our Blockchain RPC Gateway. Hoodi joins Sepolia and Holesky as supported Ethereum testnets on Tatum.
⛽ Hoodi Testnet
We’ve extended our Faucets collection to support developers using the new Ethereum Hoodi Testnet.
⛽ Get Hoodi TokensWe’ve supercharged our Exchange Rate API to get the current exchange rate for exchanging fiat/crypto assets (BTCUSD, ETHUSD,...). We added new data source - CoinGecko. Prices are updated every minute.
Example response:
"value": "83413.24185600",
"basePair": "USD",
"timestamp": 1742207158192,
"source": "CoinGecko",
"id": "BTC"We are excited to share that we have improved Malicious Address API to provide more transparency and insight into flagged addresses. We added new fields:
- Source: where the malicious report originates (Hackbounty, Blockmate, CryptoScam DB,...)
- Description: Get details on why an address is flagged as malicious (e.g., Trust trading scam site)
📢 Now, when you check an address, you’ll have better context on potential threats! Stay safe!
Example response:
{
"status": "invalid",
"address": "0x002bf459dc58584d58886169ea0e80f3ca95ffaf",
"source": "CryptoScamDB",
"description": "Trust trading scam site"
}We’re excited to announce the release of Notifications for Berachain! 🚀.
You can now create and manage real-time notifications for any Berachain addresses and transactions.
- Berachain Notifications – Stay on top of activity on the Berachain network with alerts for transactions, balances, or wallet events.
- Notification Builder – Quickly set up and customize your notifications in the Tatum Dashboard using our new Notification Builder.
- Documentation – For step-by-step guidance on setting up and testing your Berachain notifications, check out our Notifications Documentation.