# GeniiData, Analytics Without Barriers

Access GeniiData via Uniblock’s unified blockchain API. Get normalized token analytics, NFT insights, and transaction data across chains.

GENIIDATA INCLUDED IN UNIFIED ENDPOINTS

### Endpoints

- **GET token/price**  
  Retrieve token price data  
  [API Link](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)

- **GET token/holders**  
  Get token holder distribution  
  [API Link](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)

- **GET nft/collection**  
  Fetch NFT collection analytics  
  [API Link](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)

- **GET nft/item**  
  Retrieve specific NFT metadata  
  [API Link](https://docs.uniblock.dev/api-reference/token/get-token-metadata)

- **GET transaction/details**  
  Get transaction details  
  [API Link](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)

- **GET market/trends**  
  View trending tokens and collections  
  [API Link](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)

## USE CASES

- DEFI-PLATFORMS  
- NFT-MARKETPLACE  
- PORTFOLIO-DASHBOARDS  
- AIRDROP-CAMPAIGNS

### TURN INTEGRATIONS INTO YOUR WEB3 EDGE

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

## GENIIDATA API EXAMPLE

### INPUT

```javascript
const options = {method: 'GET', headers: {accept: 'application/json'}}; 
fetch('https://api.uniblock.dev/uni/v1/token/price?chainId=1&tokenAddress=0x123...', options) 
  .then(r=>r.json()).then(console.log).catch(console.error);
```

### OUTPUT

```json
{"price":"245.67","holders":"1200"}
```

#### About GeniiData

GeniiData is a blockchain analytics provider offering token, transaction, and NFT insights across major chains, enabling developers to build dashboards and DeFi applications.

## Build with a team you can reach

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