Skip to main content
GET
Get Risk

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

Response

Margin risk data retrieved successfully

total_position_notional
string
required

Sum of absolute position notional values across all positions in fixed-point dollars

Example:

"0.5600"

total_maintenance_margin
string
required

Sum of maintenance margin requirements across all positions in fixed-point dollars

Example:

"0.5600"

positions
object[]
required

Per-position risk breakdown grouped by subaccount and market

account_leverage
number<double> | null

Account-level leverage (total_position_notional / total_maintenance_margin). Null when total maintenance margin is zero.