BLOCKCHAIN

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.

TURN INTEGRATIONS INTO YOUR WEB3 EDGE

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

SOLSCAN API EXAMPLE

INPUT

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

{

    "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": {}

}

Provider Logo

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.

Deepstack Logo

Build with a team you can reach

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