Protected: Get user’s open positions with current market values. Cached in Redis for 90s to reduce transatlantic latency and DB pressure.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/portfolio
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?