# Get top token holders by chain and address Returns top token holders for the token at the specified contract address on the given chain. Endpoint: GET /token/holders/{chain}/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `chain` (string, required) The chain (e.g. "ethereum"). - `address` (string, required) The token contract address. ## Query parameters: - `groupByEntity` (boolean) If true, group results by entity. ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid"