Skip to main content
GET
/
tokens
/
{mint}
/
wallet-tag-counts
Per-tag count of holders for a token
curl --request GET \
  --url https://api.dexploit.dev/tokens/{mint}/wallet-tag-counts \
  --header 'X-API-Key: <api-key>'
{
  "mint": "<string>",
  "counts": {
    "sniper": 123,
    "insider": 123,
    "dev": 123,
    "whale": 123,
    "smart_money": 123,
    "fresh": 123,
    "kol": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Path Parameters

mint
string
required

Response

200 - application/json

Tag counts

Per-tag count of wallets currently holding a given token. Useful for surfacing 'sniper-heavy' or 'whale-heavy' tokens.

mint
string
counts
object