Skip to main content
PUT
Update FCM Notional Risk Limit

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

Base64 signature of the pre-sign text (timestamp + method + path) made with the API key's algorithm - RSA-PSS with SHA-256 for RSA keys, Ed25519 for Ed25519 keys

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Body

application/json
notional_value_risk_limit
string
required

A non-negative fixed-point US dollar amount with up to 4 decimal places. A value above the current Kalshi-set limit on the account gets a courtesy 400, since it would never govern.

Maximum string length: 20
Pattern: ^[0-9]+(\.[0-9]{1,4})?$
Example:

"5000.0000"

Response

Notional risk limit updated successfully

An empty response body