Skip to main content
GET
/
trader-stats
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/trader-stats
{
  "totalVolumeUsd": "<string>",
  "totalPnlUsd": "<string>",
  "startTimestamp": 123,
  "endTimestamp": 123
}

Query Parameters

walletAddress
string
required

The pubkey of trader to get volume data

marketMint
enum<string>
required

Mint address for the given market to filter top trader data

Available options:
So11111111111111111111111111111111111111112,
7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs,
3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh
year
string
required

The year for the week to query

week
required

The week number (1-53) or "current" for the current week

Allowed value: "current"

Response

200 OK

totalVolumeUsd
string
required

The total volume (USD) for the trader.

totalPnlUsd
string
required

The total PNL (USD) for the trader.

startTimestamp
number
required

The start timestamp for the week (UNIX timestamp in seconds).

endTimestamp
number
required

The end timestamp for the week (UNIX timestamp in seconds).