GET
/
token
/
top-holders
curl --request GET \
  --url https://api.syrax.ai/v1/token/top-holders
{
  "status": "Success",
  "data": {
    "total_holders": 123,
    "holders": [
      {
        "trader": "<string>",
        "rank": 123,
        "buys": 123,
        "sells": 123,
        "tokens_bought": 123,
        "tokens_sold": 123,
        "sol_spent": 123,
        "sol_earned": 123,
        "token_balance": 123,
        "token_percentage": 123,
        "first_swap": "<string>",
        "last_swap": "<string>",
        "is_whale": true,
        "is_sniper": true,
        "is_dev": true,
        "is_empty": true
      }
    ]
  }
}
Cost per call: 5 credits

Query Parameters

token
string
required

Token address to fetch holder map for

Response

200
application/json
Token holder map
status
enum<string>
required
Available options:
Success
data
object
required