cURL
curl --request GET \ --url https://api.elections.kalshi.com/trade-api/v2/portfolio/subaccounts/netting \ --header 'KALSHI-ACCESS-KEY: <api-key>' \ --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \ --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{ "netting_configs": [ { "subaccount_number": 123, "enabled": true } ] }
Gets the netting enabled settings for all subaccounts.
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Netting settings retrieved successfully
Show child attributes