Skip to main content
GET
/
v2
/
pnl
/
leaderboard
/
kols
/
date
Get KOL Daily Breakdown
curl --request GET \
  --url https://data.solanatracker.io/v2/pnl/leaderboard/kols/date \
  --header 'x-api-key: <api-key>'
{
  "traders": [
    {
      "wallet": "525LueqAyZJueCoiisfWy6nyh4MTvmF4X9jSqi6efXJT",
      "day": {
        "realized": 54490.68,
        "volume": 170539.07,
        "cost": 52230.78,
        "buys": 68,
        "sells": 244
      },
      "cumulative": {
        "pnl": {
          "realized": 130659.87,
          "unrealized": 0,
          "total": 130659.87
        },
        "invested": 3299325.2,
        "proceeds": 3300103.72
      },
      "identity": {
        "name": "Joji",
        "twitter": "@metaversejoji",
        "avatar": "https://kol-avatar.solanatracker.io/525LueqAyZJueCoiisfWy6nyh4MTvmF4X9jSqi6efXJT"
      }
    },
    {
      "wallet": "BtMBMPkoNbnLF9Xn552guQq528KKXcsNBNNBre3oaQtr",
      "day": {
        "realized": 43068.65,
        "volume": 241060.48,
        "cost": 99617.55,
        "buys": 144,
        "sells": 319
      },
      "cumulative": {
        "pnl": {
          "realized": 1372534.67,
          "unrealized": 0,
          "total": 1372534.67
        },
        "invested": 15063530.38,
        "proceeds": 16228564
      },
      "identity": {
        "name": "Letterbomb",
        "twitter": "@@ihateoop",
        "avatar": "https://kol-avatar.solanatracker.io/BtMBMPkoNbnLF9Xn552guQq528KKXcsNBNNBre3oaQtr"
      }
    }
  ],
  "summary": {
    "totalRealizedPnl": 691944.98,
    "totalVolume": 12005395.16
  },
  "date": "2025-04-15"
}

Documentation Index

Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

date
string<date>

The date to query (YYYY-MM-DD). Defaults to today.

Response

Successful response.

traders
object[]
summary
object
date
string<date>