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)15s, 1m, 5m, 1h, 1d
Supported time periods & granularity combinations:
5m, 1h, 1d1h, 1d1dMinimum 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