Skip to main content
GET
/
margin
/
markets
Get Markets
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/margin/markets
{
  "markets": [
    {
      "ticker": "<string>",
      "title": "<string>",
      "contract_size": "<string>",
      "fractional_trading_enabled": true,
      "leverage_estimate": 123,
      "price": "0.5600",
      "volume": "10.00",
      "open_interest": "10.00",
      "volume_24h": "10.00",
      "bid": "0.5600",
      "ask": "0.5600"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

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

Query Parameters

status
enum<string>

Filter by market status (e.g. active, inactive, closed) The status of a margin market

Available options:
inactive,
active,
closed

Response

Markets retrieved successfully

markets
object[]
required