cURL
curl --request GET \ --url https://api.simmer.markets/api/sdk/positions/expiring
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Get positions in markets that resolve within N hours.
Useful for:
Parameters:
Returns positions with resolution countdown.
Hours until resolution (1-168)
1 <= x <= 168
Successful Response