Solscan - Uniblock

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

Use Cases

Solscan API Example

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

{
    "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.