Skip to main content
GET
/
stats
/
global
Global lifetime stats
curl --request GET \
  --url https://api.dexploit.dev/stats/global \
  --header 'X-API-Key: <api-key>'
{
  "total_swaps": 123,
  "total_volume_sol": 123,
  "unique_traders": 123,
  "unique_tokens": 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).

Response

200 - application/json

Global stats

Lifetime totals across the entire index (not a 24h window).

total_swaps
integer<int64>
total_volume_sol
number

Cumulative SOL volume.

unique_traders
integer<int64>
unique_tokens
integer<int64>