# LunarCrash, Social Analytics Connected

Access LunarCrash via Uniblock’s unified blockchain API. Get normalized social sentiment, token metrics, and project analytics across chains.

LUNARCRASH INCLUDED IN UNIFIED ENDPOINTS

- **[GET token/metadata](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)**  
  Get the metadata of an ERC20 Token.
- **[GET token/balance](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)**  
  Get the token balances of an address.
- **[GET market-data/price](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)**  
  Get real-time token prices.
- **[GET nft/collection-metadata](https://docs.uniblock.dev/api-reference/token/get-token-metadata)**  
  Get the metadata of an NFT collection.
- **[GET nft/metadata](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)**  
  Get the metadata of a specific NFT.
- **[GET transactions](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)**  
  Get the transactions of an address.

## USE CASES

- DEFI-PLATFORMS
- PORTFOLIO-DASHBOARDS
- TRADING-ANALYTICS
- COMMUNITY-MANAGEMENT

### TURN INTEGRATIONS INTO YOUR WEB3 EDGE

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

## LUNARCRASH API EXAMPLE

**INPUT**

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

**OUTPUT**

```json
{"price":"245.67","volume24h":"450000","sentimentScore":"0.78"}
```

#### About LunarCrash

LunarCrash is a blockchain analytics platform combining on-chain data with off-chain social sentiment, providing insights into token activity, community engagement, and market trends for traders and developers.
