Skip to main content

SolScan — Direct API Endpoints

SolScan provides 47 unique direct API endpoints across the following categories:
  • DeFi (12 endpoints)
  • Market Data (3 endpoints)
  • NFT (4 endpoints)
  • other (2 endpoints)
  • Scan (1 endpoint)
  • SocialFi (1 endpoint)
  • Token (20 endpoints)
  • Transaction (16 endpoints)
  • Wallets (9 endpoints)
Note: Some endpoints appear in multiple categories. The count above reflects unique API paths.
Learn more: SolScan Documentation

Prefix and Example

Prefix: No prefix is required for SolScan, an example URL will therefore look like: https://api.uniblock.dev/direct/v1/SolScan + /[SolScan_endpoint]. Example Request:
curl --request GET \
  --url https://api.uniblock.dev/direct/v1/SolScan/v1.0/account/exportRewards \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'

DeFi

GET

PathEst. CUDescription
direct/v1/SolScan/v1.0/account/solTransfers20Get SOL transfers for a specific account on Solana.
direct/v1/SolScan/v1.0/account/splTransfers20Get SPL transfers for a specific account on Solana.
direct/v1/SolScan/v1.0/account/stakeAccounts20Get staking accounts for a specific account on Solana.
direct/v1/SolScan/v1.0/account/exportRewards20Export rewards for a specific account on Solana.
direct/v1/SolScan/v1.0/account
/exportTransactions
20Export transactions for a specific account on Solana.
direct/v1/SolScan/v1.0/token/holders20Get the list of token holders on Solana.
direct/v1/SolScan/v2.0/account/balance_change650Get balance change activities for a specific account on Solana.
direct/v1/SolScan/v2.0/account/defi/activities650Get DeFi activities for a specific account on Solana.
direct/v1/SolScan/v2.0/account/detail650Get detailed information for a specific account on Solana.
direct/v1/SolScan/v2.0/account/stake650Get staking information for a specific account on Solana.
direct/v1/SolScan/v2.0/account/transfer650Get transfer information for a specific account on Solana.
direct/v1/SolScan/v2.0/account/reward/export650Export rewards for a specific account on Solana.

Market Data

GET

PathEst. CUDescription
direct/v1/SolScan/v1.0/market/token
/{tokenAddress}
20Get market data for a specific token using the token address on Solana.
direct/v1/SolScan/v2.0/token/markets650Get market data for a specific token on Solana.
direct/v1/SolScan/v2.0/token/price650Get price data for a specific token on Solana.

NFT

GET

PathEst. CUDescription
direct/v1/SolScan/v2.0/nft/activities650Get NFT activities on Solana.
direct/v1/SolScan/v2.0/nft/collection/items650Get items from a specific NFT collection on Solana.
direct/v1/SolScan/v2.0/nft/collection/lists650Get a list of NFT collections on Solana.
direct/v1/SolScan/v2.0/nft/news650Get news related to NFTs on Solana.

other

GET

PathEst. CUDescription
direct/v1/SolScan/v2.0/account/portfolio650Get the portfolio for a given address.
direct/v1/SolScan/v2.0/token/meta/multi650Get metadata for multiple tokens on Solana.

Scan

GET

PathEst. CUDescription
direct/v1/SolScan/v2.0/account/transfer/export20Export transfer information for a specific account on Solana.

SocialFi

GET

PathEst. CUDescription
direct/v1/SolScan/v2.0/token/trending650Get trending tokens on Solana.

Token

GET

PathEst. CUDescription
direct/v1/SolScan/v1.0/account/splTransfers20Get SPL transfers for a specific account on Solana.
direct/v1/SolScan/v1.0/account/tokens20Get the tokens of a specific account on Solana.
direct/v1/SolScan/v1.0/block/{block}20Get detailed information for a specific block on Solana.
direct/v1/SolScan/v1.0/block/last20Get the latest block information on Solana.
direct/v1/SolScan/v1.0/market/token
/{tokenAddress}
20Get market data for a specific token using the token address on Solana.
direct/v1/SolScan/v1.0/token/holders20Get the list of token holders on Solana.
direct/v1/SolScan/v1.0/token/list20Get a list of all tokens available on Solana.
direct/v1/SolScan/v1.0/token/meta20Get metadata for a specific token on Solana.
direct/v1/SolScan/v1.0/token/transfer20Get transfer information for a specific token on Solana.
direct/v1/SolScan/v2.0/account/token-accounts650Get token accounts for a specific account on Solana.
direct/v1/SolScan/v2.0/block/detail650Get detailed information for a specific block on Solana.
direct/v1/SolScan/v2.0/block/last650Get the latest block information on Solana.
direct/v1/SolScan/v2.0/token/defi/activities650Get DeFi activities for a specific token on Solana.
direct/v1/SolScan/v2.0/token/holders650Get the list of token holders on Solana.
direct/v1/SolScan/v2.0/token/list650Get a list of all tokens available on Solana.
direct/v1/SolScan/v2.0/token/markets650Get market data for a specific token on Solana.
direct/v1/SolScan/v2.0/token/meta650Get metadata for a specific token on Solana.
direct/v1/SolScan/v2.0/token/price650Get price data for a specific token on Solana.
direct/v1/SolScan/v2.0/token/transfer650Get transfer information for a specific token on Solana.
direct/v1/SolScan/v2.0/token/trending650Get trending tokens on Solana.

Transaction

GET

PathEst. CUDescription
direct/v1/SolScan/v1.0/account/transactions20Get the transaction history of a specific account on Solana.
direct/v1/SolScan/v1.0/block/{block}20Get detailed information for a specific block on Solana.
direct/v1/SolScan/v1.0/block/transactions20Get transactions for the latest block on Solana.
direct/v1/SolScan/v1.0/account
/exportTransactions
20Export transactions for a specific account on Solana.
direct/v1/SolScan/v1.0/block/last20Get the latest block information on Solana.
direct/v1/SolScan/v1.0/transaction/last20Get the latest transactions on Solana.
direct/v1/SolScan/v1.0/transaction/{signature}20Get detailed information for a specific transaction on Solana.
direct/v1/SolScan/v2.0/account/transactions650Get transactions for a specific account on Solana.
direct/v1/SolScan/v2.0/account/transfer650Get transfer information for a specific account on Solana.
direct/v1/SolScan/v2.0/block/detail650Get detailed information for a specific block on Solana.
direct/v1/SolScan/v2.0/block/transactions650Get transactions for the latest block on Solana.
direct/v1/SolScan/v2.0/block/last650Get the latest block information on Solana.
direct/v1/SolScan/v2.0/transaction/last650Get the latest transactions on Solana.
direct/v1/SolScan/v2.0/token/transfer650Get transfer information for a specific token on Solana.
direct/v1/SolScan/v2.0/transaction/actions650Get actions performed within a specific transaction on Solana.
direct/v1/SolScan/v2.0/transaction/detail20Get the detail of a transaction. Return transaction data after parsed by Solscan Parser

Wallets

GET

PathEst. CUDescription
direct/v1/SolScan/v1.0/account/{account}20Get detailed information for a specific account on Solana.
direct/v1/SolScan/v1.0/account/solTransfers20Get SOL transfers for a specific account on Solana.
direct/v1/SolScan/v1.0/account/stakeAccounts20Get staking accounts for a specific account on Solana.
direct/v1/SolScan/v1.0/account/transactions20Get the transaction history of a specific account on Solana.
direct/v1/SolScan/v1.0/account/exportRewards20Export rewards for a specific account on Solana.
direct/v1/SolScan/v1.0/account
/exportTransactions
20Export transactions for a specific account on Solana.
direct/v1/SolScan/v2.0/account/balance_change650Get balance change activities for a specific account on Solana.
direct/v1/SolScan/v2.0/account/transfer650Get transfer information for a specific account on Solana.
direct/v1/SolScan/v2.0/account/transfer/export20Export transfer information for a specific account on Solana.