Skip to main content
GET
Get trader best and worst PnL periods

Path Parameters

address
string
required

Trader wallet address

Query Parameters

timeframe
enum<string>

Default: lifetime

Available options:
1d,
24h,
7d,
30d,
lifetime

Response

Best and worst PnL periods

timeframe
string
required

Timeframe.

resolution
string
required

Resolution.

points
integer
required

Points.

Required range: x >= 0
total_pnl_day
object
required

Total PnL day.

total_pnl_week
object
required

Total PnL week.

total_pnl_month
object
required

Total PnL month.

portfolio_day
object
required

Portfolio day.

portfolio_week
object
required

Portfolio week.

portfolio_month
object
required

Portfolio month.

from
integer<int64> | null

Window start timestamp.

Required range: x >= 0
to
integer<int64> | null

Window end timestamp.

Required range: x >= 0
Last modified on July 28, 2026