Skip to main content
GET
/
stats
/
tokens
Batch stats for many tokens
curl --request GET \
  --url https://api.dexploit.dev/stats/tokens \
  --header 'X-API-Key: <api-key>'
{
  "stats": {}
}

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).

Query Parameters

mints
string
required

Comma-separated list of token mints (max 200).

Response

Map of mint → TokenStats

stats
object