Retrieve current portfolio margin calculation parameters.
Also includes user specific limits related to options trading.
Note: This is currently available exclusively in the Kraken Futures DEMO environment.
curl --request GET \
--url https://demo-futures.kraken.com/derivatives/api/v3/portfolio-margining/parameters \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"crossAssetNettingFactor": 12.03532,
"extremePriceShockMultiplier": 12.03532,
"volShockMultiplicationFactor": 12.03532,
"volShockExponentFactor": 12.03532,
"optionExpiryTimeShockHours": 123,
"optionsInitialMarginFactor": 12.03532,
"totalOptionOrdersConsideredInInitialMarginCalc": 123,
"priceShockLevels": [
12.03532
],
"optionsUserLimits": {
"maxNetPositionDelta": 12.03532,
"limitsPerBaseCurrency": {}
},
"result": "success",
"serverTime": "2020-08-27T17:03:33.196Z"
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
General API key with at least read-only access
Authentication string
Portfolio margining parameters
12.03532
12.03532
12.03532
12.03532
12.03532
Show child attributes
success "success"
Server time in Coordinated Universal Time (UTC)
"2020-08-27T17:03:33.196Z"
curl --request GET \
--url https://demo-futures.kraken.com/derivatives/api/v3/portfolio-margining/parameters \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"crossAssetNettingFactor": 12.03532,
"extremePriceShockMultiplier": 12.03532,
"volShockMultiplicationFactor": 12.03532,
"volShockExponentFactor": 12.03532,
"optionExpiryTimeShockHours": 123,
"optionsInitialMarginFactor": 12.03532,
"totalOptionOrdersConsideredInInitialMarginCalc": 123,
"priceShockLevels": [
12.03532
],
"optionsUserLimits": {
"maxNetPositionDelta": 12.03532,
"limitsPerBaseCurrency": {}
},
"result": "success",
"serverTime": "2020-08-27T17:03:33.196Z"
}