Skip to Content
APITokensGet Token Holder Position Distribution

Get Token Holder Position Distribution

1. Overview & Typical Use

Returns the position distribution of token holders, with holdings and ratios aggregated by ranking interval.

  • Typical use: token concentration analysis, position distribution pie chart display.
  • When not to use: to query a specific list of holders, use the corresponding holder endpoint.

2. Endpoint & Authentication

GET /api/tokens/position-distribution

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
tokenIdstringYesToken contract address or TRC10 token ID

4. Response

FieldTypeRequiredDescriptionUnit/Precision
expireintegerRequiredCache expiration timeUnix timestamp in milliseconds
rank1-10stringRequiredTotal holdings of ranks 1–10
rank1-10_ratiostringRequiredRatio for ranks 1–10Decimal ratio
rank11-50stringRequiredTotal holdings of ranks 11–50
rank11-50_ratiostringRequiredRatio for ranks 11–50Decimal ratio
rank51-100stringRequiredTotal holdings of ranks 51–100
rank51-100_ratiostringRequiredRatio for ranks 51–100Decimal ratio
rank101-500stringRequiredTotal holdings of ranks 101–500
rank101-500_ratiostringRequiredRatio for ranks 101–500Decimal ratio
otherstringRequiredTotal holdings of all others
other_ratiostringRequiredRatio for all othersDecimal ratio

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • tokenId is required: returns an empty object {} if not provided.
  • Empty result is not an error: an invalid tokenId returns 200 + {}.
Last updated on: