🚀 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!

Access Kadena testnet tokens directly from our platform through the newly implemented Kadena Faucet on the dashboard. This feature is designed to support your testing and development activities, providing you with the resources you need to explore and innovate with Kadena's blockchain technology. Easily obtain test tokens to facilitate your integration and ensure a seamless development experience.

Get Testnet Kadena


🚀 Get Started | Documentation | Official website | Block explorer

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

Kadena logo

Kadena stands out as the only scalable layer 1 Proof of Work (PoW) blockchain and features Pact, the most secure smart contract language available. This groundbreaking technology allows crypto innovators to concentrate on what truly matters: pioneering advancements that enhance the world. With this new integration, developers can now take advantage of Tatum’s dependable node infrastructure and tools to easily incorporate Kadena’s scalable and secure blockchain into their projects.

We have released a fix for our Solana notifications, where for Address Event type notifications you will receive two notifications.

Example Notification:

{
  "_id": {
    "$oid": "6666d9529abae39d16877ced"
  },
  "type": "ADDRESS_EVENT",
  "attr": {
    "chain": "SOL",
    "url": "https://webhook.site/57577da2-5961-4799-9959-4943bfc2b9d6",
    "address": "CUAkqR6WKhvGaqf4hJYeUo2YhEsGL46RZGg7BFRJx6vP"
  },
  "scheme": "665d852711c8849351363200",
  "location": "DE-HE"
}

You will receive the following webhooks:

  1. One for the amount of the transaction
{  
  "address": "CUAkqR6WKhvGaqf4hJYeUo2YhEsGL46RZGg7BFRJx6vP",  
  "type": "native",  
  "txId": "f1nZdcUnB2VRrmJ6u4wZN79APYdPxktQdEGj49fiR6LV6w4HA4puYyqQCYWWHvFLNLWos75KEqRi7yMZ8R6bohX",  
  "blockNumber": 303689174,  
  "asset": "SOL",  
  "amount": "-0.0001",  
  "subscriptionType": "ADDRESS_EVENT",  
  "chain": "solana-devnet"  
}
  1. Another for the fee of the transaction.
{  
     "address": "CUAkqR6WKhvGaqf4hJYeUo2YhEsGL46RZGg7BFRJx6vP",  
     "type": "fee",  
     "txId": "f1nZdcUnB2VRrmJ6u4wZN79APYdPxktQdEGj49fiR6LV6w4HA4puYyqQCYWWHvFLNLWos75KEqRi7yMZ8R6bohX",  
     "blockNumber": 303689174,  
     "asset": "SOL",  
     "amount": "-0.000005",  
     "subscriptionType": "ADDRESS_EVENT",  
     "chain": "solana-devnet"  
}

We have released a fix for our Solana notifications, where they include the chain parameter.

Moving forward, you can expect the Solana notifications to include for:

  • Mainnet:"chain" : "solana-mainnet"
  • Testnet: "chain" : "solana-devnet"

Example Solana webhook with chain parameter:

{  
  "address": "CUAkqR6WKhvGaqf4hJYeUo2YhEsGL46RZGg7BFRJx6vP",  
  "type": "native",  
  "txId": "f1nZdcUnB2VRrmJ6u4wZN79APYdPxktQdEGj49fiR6LV6w4HA4puYyqQCYWWHvFLNLWos75KEqRi7yMZ8R6bohX",  
  "blockNumber": 303689174,  
  "asset": "SOL",  
  "amount": "-0.0001",  
  "subscriptionType": "ADDRESS_EVENT",  
  "chain": "solana-devnet"   //new parameter after the fix
}