Tatum supports the entire Polkadot Ecosystem (Polkadot, Polkadot Asset Hub, Kusama, and Kusama Asset Hub), enabling developers to build scalable, interoperable, and production-ready Web3 applications.

The Polkadot ecosystem is a scalable, interoperable blockchain network designed to connect multiple specialized blockchains called parachains under one unified protocol. Built with Substrate and secured by a shared relay chain, Polkadot enables seamless cross-chain communication, flexible governance, and high throughput for decentralized applications. Its ecosystem includes the main Polkadot network for production-grade deployments, Kusama as a fast-moving experimental network, and Asset Hubs for efficient issuance and management of fungible and non-fungible tokens across chains, empowering developers to build next-generation Web3 applications with security, speed, and interoperability at scale.


Supported Polkadot (para)chains

Available Polkadot RPC nodes in Blockchain Gateway

โญ mainnet
https://polkadot-mainnet.gateway.tatum.io
โœจ rococo
https://polkadot-rococo.gateway.tatum.io
โœจ westend
https://polkadot-westend.gateway.tatum.io
โญ polkadot-assethub
https://polkadot-assethub.gateway.tatum.io
โœจ mainnet
https://kusama-mainnet.gateway.tatum.io
โœจ kusama-assethub
https://kusama-assethub.gateway.tatum.io

Weโ€™re excited to announce that both Arbitrum and Optimism, two leading Ethereum Layer 2 networks, are now live on Tatumโ€™s Data API! These integrations empower developers to seamlessly access on-chain data from Arbitrum and Optimism through Tatumโ€™s unified, scalable infrastructure.

Whether youโ€™re building analytics dashboards, DeFi protocols, NFT apps, or user portfolio trackers, Tatum simplifies your development by eliminating the need to manage nodes or indexers โ€” just plug into our API and start shipping.

Why Arbitrum & Optimism?

  • Arbitrum: High throughput, EVM compatibility, and rapidly growing DeFi ecosystem.
  • Optimism: Minimal fees, fast finality, and a thriving on-chain community.

๐Ÿ“š

Available Data API endpoints for Arbitrum & Optimism

With full support for ARB and OP, Tatum gives you the power to build fast, data-rich applications on Ethereumโ€™s most adopted L2s โ€” without worrying about the backend complexity.

Weโ€™re expanding our Bitcoin support with the addition of Bitcoin Signet โ€“ the latest Bitcoin test network designed for stability and control. Unlike traditional testnets, Signet uses a custom signature-based validation, allowing block production to be centrally coordinated. This ensures more reliable block times, reduced spam, and easier faucet funding, making it ideal for testing wallets, applications, and integrations without mainnet risk.

https://en.bitcoin.it/wiki/Signet

Available Bitcoin networks in Tatum RPC Gateway

๐Ÿ’Ž mainnet
https://bitcoin-mainnet.gateway.tatum.io
โญ mainnet-electrs
https://bitcoin-mainnet-electrs.gateway.tatum.io
โญ signet
https://bitcoin-signet.gateway.tatum.io
โญ testnet
https://bitcoin-testnet.gateway.tatum.io
โญ testnet-electrs
https://bitcoin-testnet-electrs.gateway.tatum.io
โญ testnet4
https://bitcoin-testnet4.gateway.tatum.io

Weโ€™re excited to share that Solana , the high-performance blockchain known for its lightning-fast transactions and ultra-low fees, is now supported in Tatumโ€™s Data API.

With Solanaโ€™s integration, developers can unlock real-time, scalable access to Solanaโ€™s vibrant ecosystemโ€”without the hassle of running or maintaining nodes. Whether youโ€™re building DeFi dashboards, NFT marketplaces, or wallet apps, Tatum provides a simple and unified way to query on-chain data directly from Solana.

๐Ÿ“š

Available Data API endpoints for Solana:

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, 2025

To 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
/v4/data/wallet/portfolio
Requires at least one token type (native, fungible, nft, multitoken)
Get Transactions
/v3/data/transactions
/v4/data/transactions
Get Transaction History
/v4/data/transaction/history
transactionIndex removed from response
Get NFT Balances of a wallet
/v3/nft/address/balance/{chain}/{address}
Get NFTs of Wallet
/v4/data/nft/balances
blockNumber removed from response
Get all Multi Tokens that a blockchain address holds
/v3/multitoken/address/balance/{chain}/{address}
Get Multitokens of Wallet
/v4/data/multitokens/balances
blockNumber removed from response
Get Transactions by Hash /v3/data/transactions/hashGet Transactions by Hash
/v4/data/transactions/hash
No Breaking Changes
Get Specified Blocks
/v3/data/blocks
/v4/data/blocks
Get Specific Block
/v4/data/defi/blocks
Dropped eventIngestedSize, nftIngestedSize
Get latest Block
/v3/data/blocks/latest
/v4/data/blocks/latest
Get Latest Block
/v4/data/defi/blocks/latest
Dropped eventIngestedSize, nftIngestedSize
Get specified events
/v4/data/events
Get specified events
/v4/data/defi/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:

โญ mainnet
https://sui-mainnet.gateway.tatum.io
โœจ devnet
https://sui-devnet.gateway.tatum.io
โœจ testnet
https://sui-testnet.gateway.tatum.io

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.

๐Ÿ’Ž mainnet
https://tron-mainnet.gateway.tatum.io
โœจ testnet
https://tron-testnet.gateway.tatum.io

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

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.

๐ŸŒ Try Blockchain Gateway