Skip to main content
GET
/
tokens
/
{mint}
/
audit
On-chain audit flags
curl --request GET \
  --url https://api.dexploit.dev/tokens/{mint}/audit \
  --header 'X-API-Key: <api-key>'
{
  "mint": "<string>",
  "lp_burnt": true,
  "mint_revoked": true,
  "freeze_revoked": true,
  "top10_pct": 123,
  "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

mint
string
required

Response

200 - application/json

Audit flags

On-chain authority and LP-burn checks for a token.

mint
string
lp_burnt
boolean | null

True if the dominant LP token is burnt/locked.

mint_revoked
boolean | null
freeze_revoked
boolean | null
top10_pct
number | null

Share of supply held by top 10 wallets (excluding the pool).

computed_at
integer

Unix epoch seconds.