DATA
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 ENDPOINTS
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.