Skip to main content
POST
/
api
/
kalshi
/
series
/kalshi/series
curl --request POST \
  --url https://api.anysite.io/api/kalshi/series \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "series_ticker": "<string>",
  "timeout": 300
}
'
[
  {
    "ticker": "<string>",
    "@type": "@kalshi_series",
    "title": "<string>",
    "category": "<string>",
    "tags": [],
    "frequency": "<string>",
    "fee_type": "<string>",
    "fee_multiplier": 123,
    "contract_url": "<string>",
    "contract_terms_url": "<string>",
    "additional_prohibitions": [],
    "settlement_sources": [],
    "product_metadata": {
      "@type": "@kalshi_series_product_metadata",
      "scope": "<string>",
      "important_info": {
        "@type": "@kalshi_series_important_info",
        "id": "<string>",
        "title": "<string>",
        "markdown": "<string>",
        "message": "<string>"
      }
    },
    "last_updated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
series_ticker
string
required

Series ticker identifying the contract template

Minimum string length: 1
Examples:

"KXELONMARS"

"KXHIGHNY"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

ticker
string
required
@type
string
default:@kalshi_series
title
string | null
category
string | null
tags
string[]
frequency
string | null
fee_type
string | null
fee_multiplier
number | null
contract_url
string | null
contract_terms_url
string | null
additional_prohibitions
string[]
settlement_sources
KalshiSeriesSettlementSource · object[]
product_metadata
KalshiSeriesProductMetadata · object
last_updated_at
string | null