# Solscan, Without the Integration Work

Access Solscan via Uniblock's unified blockchain API. Solana transaction data, account activity, and token transfers from Solscan. One endpoint handles it.

SOLSCAN INCLUDED IN UNIFIED ENDPOINTS

### Endpoints

- **Get wallet token balances**  
  `GET /direct/v1/solscan/v2/0/token/meta`  
  [Documentation](https://docs.uniblock.dev/api-reference/token/get-address-token-balances#get-address-token-balances)

- **Get DeFi activity for an address**  
  `GET /direct/v1/solscan/v2/0/account`  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-nft-collection-metadata#get-nft-collection-metadata)

- **Get NFT transfers for a wallet**  
  `GET /direct/v1/solscan/v2/0/token/transfer`  
  [Documentation](https://docs.uniblock.dev/api-reference/transaction/get-address-transactions)

- **Get blockchain analytics for an address**  
  `GET /direct/v1/solscan/v2/0/account/token/accounts`  
  [Documentation](https://docs.uniblock.dev/api-reference/token/get-token-metadata)

- **Get transaction history for an address**  
  `GET /direct/v1/solscan/v2/0/account/defi/activities`  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-nft-metadata)

- **Get token metadata on Solana**  
  `GET /direct/v1/solscan/v2/0/token/price`  
  [Documentation](https://docs.uniblock.dev/api-reference/nft/get-wallet-nft-balances)

## Use Cases

- Wallets
- DeFi Platforms
- NFT Marketplace
- Blockchain Analytics

## Solscan API Example

```javascript
const options = {method: 'GET', headers: {accept: 'application/json'}};

fetch('https://api.uniblock.dev/direct/v1/SolScan/v2.0/token/meta?address=JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
```

### Output Example

```json
{
    "success": true,
    "data": {
        "address": "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
        "name": "Jupiter",
        "symbol": "JUP",
        "icon": "https://static.jup.ag/jup/icon.png",
        "decimals": 6,
        "holder": 902480,
        "creator": "JUPhop9E8ZfdJ5FNHhxQt4uAih822Vs4QpqsWcewFbq",
        "create_tx": "4h5iBF43gC88BKrjkuC8RytGtKeMzj7Z93go9tPa3GCgnjgw1sQUsV4N44LCTxDuQ9KL8Sut88Jt1EunXNqptzbZ",
        "created_time": 1706172863,
        "metadata": {
            "name": "Jupiter",
            "image": "https://static.jup.ag/jup/icon.png",
            "symbol": "JUP",
            "description": "JUP is the official governance token for Jupiter.",
            "twitter": "https://twitter.com/JupiterExchange",
            "website": "https://jup.ag"
        },
        "metadata_uri": "https://static.jup.ag/jup/metadata.json",
        "mint_authority": null,
        "freeze_authority": null,
        "supply": "6999203277356054",
        "price": 0.49616945613962227,
        "volume_24h": 49494457,
        "market_cap": 3472790883.635649,
        "market_cap_rank": 85,
        "price_change_24h": 1.78844,
        "total_dex_vol_24h": 34640051.0390625,
        "dex_vol_change_24h": -14.6253
    },
    "metadata": {}
}
```

#### About Solscan

Solscan is the leading block explorer for Solana, providing detailed access to transaction data, account activity, token transfers, and program interactions on the Solana network.

## Build with a team you can reach

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