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
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" }