# Blockdaemon Infrastructure, Without the Setup

Access Blockdaemon via Uniblock's unified blockchain API. Institutional-grade node infrastructure from Blockdaemon, routed through Uniblock without additional setup.

BLOCKDAEMON INCLUDED IN UNIFIED ENDPOINTS

- **[GET nft/collection/metadata](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)**  
  Get NFT collection metadata  
- **[GET transactions](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)**  
  Get transactions for an address  
- **[GET transaction](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)**  
  Get a specific transaction by hash  
- **[GET eth/getlogs](https://docs.uniblock.dev/api-reference/token/get-token-metadata)**  
  Get token metadata for an ERC20  
- **[GET eth/getbalance](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)**  
  Get NFT metadata for a specific token  
- **[GET eth/blocknumber](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)**  
  Get the native balance of an address

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 Blockdaemon 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.

## BLOCKDAEMON API EXAMPLE

### INPUT

```javascript
const options = {method: 'GET', headers: {accept: 'application/json'}};

fetch('https://api.uniblock.dev/uni/v1/nft/collection-metadata?chainId=1&contractAddress=0x81Ae0bE3A8044772D04F32398bac1E1B4B215aa8', options)

.then(response => response.json())

.then(response => console.log(response))

.catch(err => console.error(err));
```

### OUTPUT

```json
{
  "address": "0x81Ae0bE3A8044772D04F32398bac1E1B4B215aa8",
  "name": "Dreadfulz",
  "symbol": "Dreadfulz",
  "type": "ERC721"
}
```

#### About Blockdaemon

Blockdaemon is an institutional blockchain infrastructure provider offering node hosting, staking, and API services across 70+ protocols. It serves financial institutions and enterprise teams.
