Get portfolio PnL chart
Hybrid PnL: realised series + current total snapshot
Query parameters
Timeframe window for percent change and chart series
Response
PnL chart data
Example response
{
"timeframe": "7d",
"data": [
{
"timestamp": 1700000000000,
"value": 123.45
}
],
"currentValue": -7.04,
"previousValue": -6.5,
"percentChange": 8.24
}Changes
Changed in 3 of the 32 revisions of this API.5
- ○
the endpoint scheme security
HmacAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○