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": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt

Use this file to discover all available pages before exploring further.

Need time_to_resolution, slippage, or flip-flop detection? Use the context endpoint — those fields are not on /markets.
Limit: Max 500 results per request (default 50). When results are truncated, the response includes "truncated": true and a total field showing how many matched. Use tags, q, or venue filters to narrow large result sets.

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
offset
integer
default:0
include_analytics_only
boolean
default:false
sort
string | null
max_hours_to_resolution
integer | null

Response

Successful Response