Skip to main content
GET
/
stats
/
trader
/
{wallet}
Stats for a trader
curl --request GET \
  --url https://api.dexploit.dev/stats/trader/{wallet} \
  --header 'X-API-Key: <api-key>'
{
  "total_swaps": 123,
  "total_buys": 123,
  "total_sells": 123,
  "total_sol_volume": 123,
  "unique_tokens": 123
}

Authorizations

X-API-Key
string
header
required

Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).

Path Parameters

wallet
string
required

Response

200 - application/json

Trader stats

Lifetime stats for a wallet across all pools and DEXs.

total_swaps
integer
total_buys
integer
total_sells
integer
total_sol_volume
number

Cumulative SOL volume routed by this wallet.

unique_tokens
integer

Number of distinct token mints this wallet has traded.