Astralane
  • Welcome to Astralane
  • 🚅Low Latency
    • Quickstart
    • Endpoints and Configs
    • Submit Transactions
  • 🔍Data Pipelines
    • Overview
    • Our Products
      • Authentication
      • Dex Pools API
        • Latest Dex Pools API
      • OHLCV API
      • Websocket - Token price and Volume
      • Trade Data - Dex trades
      • PnL Indexer
      • Historical Token Portfolio
      • Top 100 Token Holders
      • Token Price API
      • Historical Token Price API
      • Profitable Wallets
      • Wallet PnL API
      • Trasaction Indexer
  • Japanese Docs
    • 🌌 Astralane ドキュメント
      • 低遅延 -クイックスタート
      • 🚅 エンドポイントと設定
      • トランザクションの送信
  • Mandarin Docs
    • 🌌 欢迎来到 Astralane
      • 低延迟快速入门
      • 🚅 端点和配置
      • 提交交易
Powered by GitBook
On this page
  1. Data Pipelines
  2. Our Products

Top 100 Token Holders

Returns the top 100 wallets holding the specified token, ranked by their current token balance.

Top 100 Token Holders API

This API retrieves the top 100 holders of any SPL token, ranked by the current token balance in their wallets.

Endpoint Base URL: https://graphql.astralane.io/api/v1/dataset GET /token/topHolders/<token-address>

  • token-address: The address of the SPL token (e.g., SOL or any valid SPL token address).

Description: Returns a list of the top 100 wallet addresses holding the specified SPL token, based on their current token balances. This is useful for token analytics, distribution insights, and whale tracking.

Sample response

{
        "block_slot": 326645617,
        "mint": "DCXqS9xMQqoD2cRpqvyu2TxpherRwtd2UDHLKTk7pump",
        "owner": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
        "post_balance": 151282094.752046,
        "token_account": "Gru1x7otg6Sr5wcZU2LAaqBQ7XdvRYMDJdmwhiZvxmzA",
        "partition_0": "2025-03-14"
    },
{
        "block_slot": 324358055,
        "mint": "DCXqS9xMQqoD2cRpqvyu2TxpherRwtd2UDHLKTk7pump",
        "owner": "FevmaA1vYkUkCJUMfVjGMfLHkKBTatD7gyP671Smy46p",
        "post_balance": 22719427.69204,
        "token_account": "7p5Lyqa7uci7Q55pFsxRLhoT9snRQKT6du58DArv3TPe",
        "partition_0": "2025-03-03"
    }

PreviousHistorical Token PortfolioNextToken Price API

Last updated 1 month ago

🔍