Tatum - Uniblock
Tatum, Without the Extra Setup
Access Tatum via Uniblock's unified blockchain API. Multi-chain blockchain data from Tatum's infrastructure. Normalized and delivered through a single Uniblock API.
TATUM INCLUDED IN UNIFIED ENDPOINTS
- GET token/metadata
Get airdrop campaign data
Documentation - GET nft/collection/metadata
Get DAO governance data
Documentation - GET nft/balance
Get DeFi platform data
Documentation - GET token/balance
Get gaming platform data
Documentation - GET transactions
Get wallet balance across chains
Documentation - GET eth/getbalance
Get transaction history for a wallet
Documentation
USE CASES
- AIRDROP-CAMPAIGNS
- DAOS
- DEFI-PLATFORMS
- GAMING-PLATFORMS
TURN INTEGRATIONS INTO YOUR WEB3 EDGE
Boost sales, reduce code, and eliminate headaches with Uniblock's seamless Tatum integration.
Focus on your core product
Stop diverting your engineers to yet another integration and let them get back to work.
Give customer success a break
Manage your simplified integration issues in a single pane. No therapist required.
Stop Losing Sales to Integration Delays
Launch Web3 integrations in days, not quarters. Your sales team will thank you.
TATUM API EXAMPLE
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/token/metadata?chainId=1&tokenAddress=0xdAC17F958D2ee523a2206206994597C13D831ec7&provider=Tatum', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"name": "Tether USD",
"symbol": "USDT",
"decimals": "6"
}
About Tatum
Tatum is a multi-chain blockchain development platform offering unified APIs for wallet management, transaction broadcasting, and on-chain data across 100+ blockchains.