Skip to main content
GET
/
stats
/
global
Global 24h stats
curl --request GET \
  --url https://api.dexploit.dev/stats/global \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "total_swaps_24h": 123,
    "total_volume_sol_24h": 123,
    "active_pools_24h": 123,
    "active_traders_24h": 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

Response

200 - application/json

Global stats

success
enum<boolean>
Available options:
true
data
object