Get the equity curve from hourly portfolio snapshots.
curl --request GET \
--url https://staging-api.polysimulator.com/v1/account/equity \
--header 'X-API-Key: <x-api-key>'[
{
"timestamp": "<string>",
"cash_balance": "<string>",
"position_value": "<string>",
"total_value": "<string>",
"pnl": "<string>"
}
]Was this page helpful?
curl --request GET \
--url https://staging-api.polysimulator.com/v1/account/equity \
--header 'X-API-Key: <x-api-key>'[
{
"timestamp": "<string>",
"cash_balance": "<string>",
"position_value": "<string>",
"total_value": "<string>",
"pnl": "<string>"
}
]