Get the Historical PnL for a given wallet address.
start_timestamp - Beginning of the time range (inclusive)end_timestamp - End of the time range (exclusive)1d - Daily intervals1h - Hourly intervals5m - 5-minute intervals1m - 1-minute intervals15s - 15-second intervals| Time Range | Finest Granularity Allowed |
|---|---|
| 0 - 24 hours | 15s |
| 1 - 7 days | 5m |
| 1 week - 1 year | 1h |
| Over 1 year | 1d |
Minimum liquidity of which tokens must have to be included in the response.
Start of time range (UTC ISO 8601)
End of time range (UTC ISO 8601)
Time interval granularity (1d, 1h, 5m, 1m, 15s)
1h, 1d, 1m, 5m, 15s List of wallet chain+address pairs
1 - 20 elementsSuccessful Response
Single item response data of type T
{
"address": "125Z6k4ZAxsgdG7JxrKZpwbcS1rxqpAeqM9GSCKd66Wp",
"chain": "solana",
"pnl": [
{
"realized_pnl": {
"amount": "0.002335373911312482",
"currency": "USD"
},
"timestamp": "2026-03-19T22:00:00Z",
"unrealized_pnl": {
"amount": "0.145848378518889629",
"currency": "USD"
}
},
{
"realized_pnl": {
"amount": "0.002335373911312482",
"currency": "USD"
},
"timestamp": "2026-03-19T23:00:00Z",
"unrealized_pnl": {
"amount": "0.137894957302491137",
"currency": "USD"
}
}
]
}Response items of type T
{
"address": "125Z6k4ZAxsgdG7JxrKZpwbcS1rxqpAeqM9GSCKd66Wp",
"chain": "solana",
"pnl": [
{
"realized_pnl": {
"amount": "0.002335373911312482",
"currency": "USD"
},
"timestamp": "2026-03-19T22:00:00Z",
"unrealized_pnl": {
"amount": "0.145848378518889629",
"currency": "USD"
}
},
{
"realized_pnl": {
"amount": "0.002335373911312482",
"currency": "USD"
},
"timestamp": "2026-03-19T23:00:00Z",
"unrealized_pnl": {
"amount": "0.137894957302491137",
"currency": "USD"
}
}
]
}Error message
Pagination cursor for next page