Skip to main content
GET
/
api
/
sdk
/
positions
Positions
curl --request GET \
  --url https://api.simmer.markets/api/sdk/positions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}
Filter by source to see positions from a specific skill or strategy.

Query Parameters

source
string | null
venue
string | null
status
string | null
default:active

Filter: active, resolved, closed, settled, all

Response

Successful Response