Protected: Get user’s recently settled (resolved market) positions.
Returns closed positions from resolved markets with payout information, including total payout, P&L, and original quantity.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/portfolio/settled
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?