---
title: "GET /userAccountRiskParameter/item"
method: GET
path: "/userAccountRiskParameter/item"
tags: ["Risks"]
---

# GET /userAccountRiskParameter/item

`GET /userAccountRiskParameter/item`

Retrieves an entity of UserAccountRiskParameter type by its id

## Query parameters

- `id` integer, required

## Response `200`

See definition

- UserAccountRiskParameter
  - `id` integer
  - `contractId` integer — id of Contract
  - `productId` integer — id of Product
  - `exchangeId` integer — id of Exchange
  - `productType` 'CommonStock' | 'Continuous' | 'Cryptocurrency' | 'Futures' | 'MarketInternals' | 'Options' | 'Spread' — CommonStock, Continuous, Cryptocurrency, Futures, MarketInternals, Options, Spread
  - `productVerificationStatus` 'Inactive' | 'Locked' | 'ReadyForContracts' | 'ReadyToTrade' | 'Verified' — Inactive, Locked, ReadyForContracts, ReadyToTrade, Verified
  - `contractGroupId` integer — id of ContractGroup
  - `maxOpeningOrderQty` integer
  - `maxClosingOrderQty` integer
  - `maxBackMonth` integer
  - `preExpirationDays` integer
  - `marginPercentage` number, double
  - `marginDollarValue` number, double
  - `hardLimit` boolean
  - `userAccountPositionLimitId` integer, required — id of UserAccountPositionLimit

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
