# 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](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)  
- **GET nft/collection/metadata**  
  Get DAO governance data  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)  
- **GET nft/balance**  
  Get DeFi platform data  
  [Documentation](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)  
- **GET token/balance**  
  Get gaming platform data  
  [Documentation](https://docs.uniblock.dev/api-reference/token/get-token-metadata)  
- **GET transactions**  
  Get wallet balance across chains  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)  
- **GET eth/getbalance**  
  Get transaction history for a wallet  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)

### 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**
```javascript
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**
```json
{
  "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.
