Skip to main content
PUT
Update FCM Subtrader Blocked Categories

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Body

application/json
subtrader_id
string
required

The subtrader whose blocked categories should be updated. Must belong to the requesting FCM.

category
string
required

A single event category to add to or remove from the blocked set, 1-100 characters (e.g. "Politics").

blocked
boolean
required

True adds the category to the blocked set; false removes it. Removing a category that is not blocked is a no-op.

Response

Blocked categories updated successfully

categories
string[]
required

The subtrader's full resulting blocked set, sorted ascending.