# Helius, Solana Data Simplified

Access Helius via Uniblock’s unified blockchain API. Simplify Solana integration with NFT, token, and transaction data.

HELIUS INCLUDED IN UNIFIED ENDPOINTS

- **GET nft/metadata**  
  Get NFT metadata  
  [API Reference](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)

- **GET nft/collection**  
  Retrieve NFT collection details  
  [API Reference](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)

- **GET token/balance**  
  Get token balances for a wallet  
  [API Reference](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)

- **GET transaction/details**  
  Fetch transaction details  
  [API Reference](https://docs.uniblock.dev/api-reference/token/get-token-metadata)

- **GET market/stats**  
  View Solana market stats  
  [API Reference](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)

- **GET nft/activity**  
  Get wallet NFT activity  
  [API Reference](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)

# USE CASES

- NFT-MARKETPLACE
- GAMING-PLATFORMS
- DEFI-PLATFORMS
- AIRDROP-CAMPAIGNS

Boost sales, reduce code, and eliminate headaches with Uniblock's seamless Helius 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.

# HELIUS API EXAMPLE

**INPUT**  
```javascript
const options = {method: 'GET', headers: {accept: 'application/json'}}; 
fetch('https://api.uniblock.dev/uni/v1/nft/metadata?mintAddress=So11111111111111111111111111111111111111112', options)
.then(r=>r.json()).then(console.log).catch(console.error);
```

**OUTPUT**  
`{"name":"Solana NFT #123","symbol":"SOLNFT","owner":"0xabc..."}`

#### About Helius

Helius is a Solana-focused API provider offering NFT, token, and transaction data services for developers building on Solana.

## Build with a team you can reach

Production-grade multi-chain infrastructure, backed by engineers who understand your workload.
