We’ve just launched Virtual Accounts in the dashboard, making it easier for you to keep track of all your accounts and transactions in one place.

What can you do?

  • Track your customers, accounts, and transactions instantly
  • View on-chain deposits and withdrawals or transfers between accounts
  • Easily monitor the state of your virtual currencies and accounts at a glance

🚧

Notice

This early release uses our API directly and may incur credit charges when viewed inside this dashboard, according to credits defined in our documentation

This is just the beginning! As a read-only MVP, we’re looking for your feedback to shape the future—try it out and share your thoughts with us! Read our docs on Virtual Accounts to get started

**Get Updates** in <https://status.tatum.io>

You can now subscribe to real-time status updates for your preferred blockchain services! Stay informed with instant email notifications whenever incidents are created, updated, or resolved.

Simply visit our 🔍 Status Page, click "Get Updates," add your email, and subscribe to the specific components you care about. Choose the services that matter most to you and start receiving alerts directly in your inbox.

Never miss an important update again! By subscribing, you'll stay ahead of potential service disruptions and ensure your team is always informed, helping you avoid downtime surprises.

As part of the MATIC to POL migration, we've introduced a new Virtual Currency: POL_ETH.
This addition supports users who utilize Virtual Currencies on Ethereum to accept MATIC deposits.

🔄 With the rebranding, the official POL token will have a corresponding token contract on Ethereum.

For detailed migration instructions, please refer to our comprehensive 📖 Matic to POL Migration Guide.
Stay ahead of the transition and ensure your virtual accounts are optimised for new Polygon ecosystem!

You can now effortlessly track your past month's usage for your API keys via the Usage Endpoint.

This endpoint requires no parameters – just make the call with your API key 🔑, and you'll receive an array containing the date in the MM/DD/YYYY format and number of credits used on the specified day.

📘

Get information about your credit consumption for the last month

🚀 Get Started | Documentation | Official website | Block explorer

We are excited to announce the integration of The Open Network (TON).

The Open Network (Ton) logo

The Open Network (TON) is a decentralized blockchain platform designed for scalability, speed, and security. It features a unique multi-chain architecture, enabling it to process millions of transactions per second. TON's ecosystem includes the TON Blockchain, TON DNS, TON Storage, and TON Sites, which together aim to create a highly interoperable and decentralized internet platform.

We’ve rolled out a major update to the Blockchain Overview in the Dashboard, focusing on the RPC Nodes section. This update brings a streamlined and clean overview of all supported blockchain networks, making it easier than ever to navigate and utilize our extensive RPC infrastructure.

Tatum Dashboard - Blockchain Overview

Blockchain Overview in Dashboard

We’ve organized all supported blockchain networks into an easy-to-navigate interface.
You can now quickly find and filter across the entire database of RPC networks.

With one click, you can now access all important information for each network, including:

  • Documentation: Direct link to the detailed documentation for each blockchain.
  • Official Website: Access the official website of the blockchain project.
  • Block Explorer: Easily explore the blockchain’s transactions and more via the block explorer.
  • RPC Endpoint: Simply select the desired network and copy the URL.

We’ve added several basic examples to help you get started with RPC operations, including how to connect to RPC, Retrieving accounts, Broadcasting transactions, Fetching assets and more.

Tatum Blockchain Overview - Solana

Solana Blockchain detail page


This update is designed to enhance your experience and efficiency in managing blockchain networks through our platform. We hope these new features will help you in your development journey!

Tatum is phasing out support for Custodial Wallets across its platform. Since August 21, 2024 all Custodial Wallet services will be deprecated, including Generating Custodial Wallets, Getting all the Managed Wallets & Broadcasting Transactions with Managed Wallets.

Stay ahead of the curve by switching to Tatum’s enhanced non-custodial offerings like Wallet Operations & KMS and take full control of your assets.

For more information, please visit our Custodial Migration Guide Page or contact our support team.

Create a New Bitcoin Notification with Mempool.

Update your existing Bitcoin Notification to cover Mempool Notifications.

We are excited to announce that you can now also get mempool notifications when you are monitoring an address on Bitcoin, all you would need to do is use thew new mempool parameter while creating notifications and set it to true and you will be receiving two webhooks then on a transaction, 1 when the transactions makes it to the mempool and one when its confirmed.

Here's how the two responses would look like :

When In Mempool

{  
  "address": "tb1qy0n8jelyelrjz4r73wfqzzwspcc9unlmezr25h",  
  "amount": "-0.00805381",  
  "asset": "BTC",  
  "blockNumber": null,  
  "txId": "e4260907354195213e2da172dc0fc190eba015ec5dc870cb384c7e70b9aab4ae",  
  "index": 0,  
  "type": "native",  
  "outType": null,  
  "reqSigs": null,  
  "mempool": true,  
  "subscriptionType": "ADDRESS_EVENT",  
  "chain": "bitcoin-testnet"  
}

When Confirmed (After 1 Confirmations)

{  
  "address": "tb1qy0n8jelyelrjz4r73wfqzzwspcc9unlmezr25h",  
  "amount": "-0.00805381",  
  "asset": "BTC",  
  "blockNumber": 2821936,  
  "txId": "e4260907354195213e2da172dc0fc190eba015ec5dc870cb384c7e70b9aab4ae",  
  "index": 0,  
  "type": "native",  
  "outType": null,  
  "reqSigs": null,  
  "subscriptionType": "ADDRESS_EVENT",  
  "chain": "bitcoin-testnet"  
}

🚀 Get Started | Documentation | Official website | Block explorer

We’re excited to announce the launch of IOTA RPC nodes in the Tatum application!

Iota logo

IOTA has fundamentally reengineered distributed ledger technology with its Tangle architecture, a directed acyclic graph (DAG) network. This innovative design ensures secure exchange of both value and data without any fees, making it ideal for machine interoperability and IoT applications. With Tatum’s robust infrastructure, developers can now easily incorporate IOTA’s scalable and fee-less blockchain technology into their applications, pushing the boundaries of innovation further.

We are excited to announce the launch of our NFT Minting and Burning capabilities on the Kadena Blockchain!

In line with our commitment to providing developer-friendly solutions, we have integrated straightforward API endpoints that enable you to easily Mint an NFT on Kadena and Burn an NFT on Kadena. Whether you are a seasoned developer or just starting out, our seamless integration ensures that you can manage your NFTs with minimal effort.

By leveraging the power of the Kadena Blockchain, you benefit from its high throughput, scalability, and security features, ensuring that your NFT transactions are fast, reliable, and secure. Explore our comprehensive documentation to get started and join the growing community of innovators using Kadena for their blockchain projects.

Start minting and burning NFTs today with our easy-to-use API endpoints and experience the future of digital assets on the Kadena Blockchain!