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>'
{
  "total_swaps": 123,
  "total_buys": 123,
  "total_sells": 123,
  "total_sol_volume": 123,
  "unique_traders": 123,
  "buy_sell_ratio": 123
}

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

Token stats

Lifetime stats for a token mint across every indexed pool.

total_swaps
integer
total_buys
integer
total_sells
integer
total_sol_volume
number
unique_traders
integer
buy_sell_ratio
number

total_buys / total_sells.