Skip to main content
GET
Get Top Holders

Overview

The Top Holders endpoint provides detailed information about the largest holders of a specific token, including their SOL balances. This data is useful for analyzing token distribution and holder profiles.

Authentication

This endpoint requires JWT authentication via the Authorization header:

Endpoint

Path Parameters

string
required
The mint address of the coin to query

Response

string
The mint address of the queried coin
array
Array of top holder objects
number
Total number of holders for this token
object
Token distribution analysis

Example Request

Use Cases

  • Analyze token distribution and concentration
  • Identify whale holders and their activity
  • Assess holder financial capability via SOL balances
  • Monitor changes in holder composition over time
  • Calculate distribution fairness metrics

Notes

  • Replace <your_token> with your actual JWT token
  • Replace {mint} with the actual coin mint address
  • SOL balance data helps understand holder profiles
  • This endpoint is essential for token economics analysis