Skip to main content
GET
/
api
/
sdk
/
markets
List Markets
curl --request GET \
  --url https://api.simmer.markets/api/sdk/markets
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}
Need time_to_resolution, slippage, or flip-flop detection? Use the context endpoint — those fields are not on /markets.

Query Parameters

status
string | null
default:active
import_source
string | null
venue
string | null
q
string | null
ids
string | null
tags
string | null
limit
integer
default:50
include_analytics_only
boolean
default:false
sort
string | null
max_hours_to_resolution
integer | null

Response

Successful Response