Skip to main content
GET
/
stats
/
token
/
{mint}
Stats for a token (across pools)
curl --request GET \
  --url https://api.dexploit.dev/stats/token/{mint} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "token_mint": "<string>",
    "total_swaps_24h": 123,
    "total_volume_sol_24h": 123,
    "unique_traders_24h": 123,
    "pool_count": 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

Path Parameters

mint
string
required

Response

200 - application/json

Token stats

success
enum<boolean>
Available options:
true
data
object