Get Open Orders
curl --request GET \
--url https://api.simmer.markets/api/sdk/orders/openOrders
Get Open Orders
Get open (on-book) orders for the authenticated user.
Returns GTC/GTD orders placed through Simmer that Simmer believes are still on the CLOB (status=‘submitted’ in our DB). May include stale entries if an order was filled or cancelled on the CLOB but not yet synced back. Does not include orders placed directly on Polymarket outside of Simmer.
Requires API key in Authorization header (rate limited: 60/minute).
GET
/
api
/
sdk
/
orders
/
open
Get Open Orders
curl --request GET \
--url https://api.simmer.markets/api/sdk/orders/openExternal wallet users who also place orders directly on the Polymarket CLOB (outside Simmer) should query the CLOB directly for a complete picture of open orders.
Response
200 - application/json
Successful Response
⌘I
