# Defined, API Access Simplified

Access Defined via Uniblock’s unified blockchain API. Simplify integration with token, transaction, and NFT data across chains.

---

## DEFINED INCLUDED IN UNIFIED ENDPOINTS

### API Endpoints

1. [GET token/price - Retrieve token price data](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)
2. [GET token/metadata - Get token metadata](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)
3. [GET transaction/details - Fetch transaction details](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)
4. [GET nft/collection - Get NFT collection metadata](https://docs.uniblock.dev/api-reference/token/get-token-metadata)
5. [GET nft/item - Retrieve specific NFT metadata](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)
6. [GET market/trends - View trending tokens and collections](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 Defined 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.

---

## DEFINED 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","volume24h":"450000"}
```

---

#### About Defined

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