Holders
API key for authentication
Request model for TGM holders endpoint.
This endpoint provides comprehensive data on token holders and their balances. Retrieve holders by various criteria including smart money, exchanges, public figures, whales, and top holders with detailed balance information and filtering options.
Blockchain chain
solanaPossible values: Token address
2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauvWhether to return entity data
falseLabel type. You must also include the labels filter to match the label type. For example, for label type 'smart_money', you must include '30D Smart Trader', '90D Smart Trader', '180D Smart Trader', 'Fund' or 'Smart Trader' in the filters.labels.include parameter.
all_holdersExample: all_holdersPossible values: Additional filters to apply to the query.
{"include_smart_money_labels":["30D Smart Trader","Fund"],"ownership_percentage":{"min":0.01},"token_amount":{"min":1000},"value_usd":{"min":10000}}Controls label tier in the response. When null/omitted, defaults to true (premium labels filtered by subscription plan). When false, returns free-tier labels for all users. When true, returns premium labels (filtered by subscription plan). Note: In a future release, the default will change from true to false — pass premium_labels=true explicitly to preserve premium label behavior.
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "value_usd", "direction": "DESC"}] - Sort by value USD descending
- [{"field": "token_amount", "direction": "ASC"}] - Sort by token amount ascending
- [{"field": "ownership_percentage", "direction": "DESC"}] - Sort by ownership percentage descending
TGM holders data
Bad Request
Unauthorized
Payment Required
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
How to use the Holders Endpoint
Usecase 1: Get list of Smart Money Holders
Usecase 2: List of Exchanges Holding a Token
Last updated
Was this helpful?