Get Token Holders
Allows users to fetch the top token holders of a specific token on SunPump.
Note: You must provide a valid API key in the request headers to access this endpoint.
Endpoint
URL:
/sunpump/getTokenHolders
Method:
POST
Content-Type:
application/json
API Key Header:
api-key: your-api-key
Request Body
Field
Type
Required
Description
address
string
true
Token contract address
page
string
true
Page number for pagination.
limit
number
false
Number of holders per page.
Example Request
Example Response JSON
Example Error JSON
Missing address parameter (400)
Failed to fetch token details (500)
Notes
Rate Limiting: This endpoint is rate-limited according to your plan's API key limits. Ensure that you handle these limits in your application.
Last updated
Was this helpful?