Get Notional Risk Limit
risk
Get Notional Risk Limit
Endpoint for retrieving the notional value risk limit for the authenticated margin user.
GET
Get Notional Risk Limit
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.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Response
Notional risk limit retrieved successfully
The notional value risk limit for the user as a fixed-point dollar string with 4 decimal places (e.g., "5000.0000")
Example:
"5000.0000"
Map of market_ticker to notional value risk limit as a fixed-point dollar string with 4 decimal places (e.g., "5000.0000"). If present, the market-level risk limit overrides the default notional value risk limit.
Example:
{ "market-abc-123": "5000.0000" }