Skip to main content
GET
/
wallets
/
{wallet}
/
tags
Wallet classification tags
curl --request GET \
  --url https://api.dexploit.dev/wallets/{wallet}/tags \
  --header 'X-API-Key: <api-key>'
{
  "wallet": "<string>",
  "tags": [],
  "computed_at": 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

wallet
string
required

Response

200 - application/json

Wallet tags

wallet
string
tags
enum<string>[]
Available options:
sniper,
insider,
dev,
whale,
smart_money,
fresh,
kol
computed_at
integer

Unix epoch seconds; 0 if never computed.