Skip to main content
GET
Get trader PnL calendar

Path Parameters

address
string
required

Trader wallet address

Query Parameters

days
integer<int32>

Window size in days (default: 30, max: 30)

pagination_key
string

Cursor from a previous response

Response

200 - application/json

Daily PnL entries

t
integer<int64>
required

Timestamp in epoch seconds (start of bucket window).

pnl
number<double>
required

Daily PnL in USD for this calendar bucket.

Last modified on July 13, 2026