Skip to main content
POST
/
api
/
sdk
/
markets
/
import
/
kalshi
Import Kalshi Market
curl --request POST \
  --url https://api.simmer.markets/api/sdk/markets/import/kalshi \
  --header 'Content-Type: application/json' \
  --data '
{
  "kalshi_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}
The market_id is a Simmer-specific UUID — different from the Kalshi ticker. Use this Simmer ID for all subsequent API calls.

Body

application/json
kalshi_url
string
required

Kalshi URL to import (e.g. https://kalshi.com/markets/KXHIGHNY-26FEB19/...)

Response

Successful Response