# Birdeye, Market Data Simplified

Access Birdeye via Uniblock’s unified blockchain API. Get normalized token prices, liquidity, and analytics across multiple chains.

BIRDEYE INCLUDED IN UNIFIED ENDPOINTS

### API Endpoints

- **[GET direct/v1/birdeye/token/price**](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)  
  Retrieve real-time token price  
- **[GET direct/v1/birdeye/token/liquidity**](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)  
  Get liquidity details for a token  
- **[GET direct/v1/birdeye/market/pairs**](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)  
  Fetch trading pairs and volumes  
- **[GET direct/v1/birdeye/token/holders**](https://docs.uniblock.dev/api-reference/token/get-token-metadata)  
  Get token holder distribution  
- **[GET direct/v1/birdeye/market/trends**](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)  
  View trending tokens and analytics  
- **[GET direct/v1/birdeye/token/metadata**](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)  
  Retrieve token metadata

## USE CASES

- DEFI-PLATFORMS  
- PORTFOLIO-DASHBOARDS  
- TRADING-ANALYTICS  
- AIRDROP-CAMPAIGNS

## BENEFITS

Turn integrations into your Web3 edge. Boost sales, reduce code, and eliminate headaches with Uniblock’s seamless Birdeye 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.

## BIRDEYE API EXAMPLE

### INPUT

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

### OUTPUT

```json
{"price":"245.67","liquidity":"1200000","volume24h":"450000"}
```

#### About Birdeye

Birdeye is a blockchain analytics platform providing token prices, liquidity data, and trading insights across Solana, Ethereum, and other ecosystems. It enables developers and traders to access normalized market data through APIs.
