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>'
{
  "success": true,
  "data": {
    "wallet": "<string>",
    "total_swaps": 123,
    "total_volume_sol": 123,
    "buy_count": 123,
    "sell_count": 123,
    "first_seen": "2023-11-07T05:31:56Z",
    "last_seen": "2023-11-07T05:31:56Z"
  }
}

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

Path Parameters

wallet
string
required

Response

200 - application/json

Trader stats

success
enum<boolean>
Available options:
true
data
object